OSDN Git Service

2006-08-24 Paul Brook <paul@codesourcery.com>
authorjjohnstn <jjohnstn>
Thu, 24 Aug 2006 23:07:14 +0000 (23:07 +0000)
committerjjohnstn <jjohnstn>
Thu, 24 Aug 2006 23:07:14 +0000 (23:07 +0000)
        * arm/linux-crt0.c: Disable Arm stub for Thumb-2.

libgloss/ChangeLog
libgloss/arm/linux-crt0.c

index 0b69a75..10eb8f4 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-24  Paul Brook  <paul@codesourcery.com>
+
+       * arm/linux-crt0.c: Disable Arm stub for Thumb-2.
+
 2006-08-23  Kazunori Asayama  <asayama@sm.sony.co.jp>
 
        * spu/Makefile.in: Add new object files.
index 29f317f..1fe2499 100644 (file)
@@ -11,7 +11,7 @@
 
 static int _main(int argc, char *argv[]) __attribute__((noreturn));
 
-#if __thumb__
+#if __thumb__ && !__thumb2__
 asm("\n"
        ".code 32\n"
        ".global _start\n"