OSDN Git Service

2001-03-29 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 30 Mar 2001 00:51:50 +0000 (00:51 +0000)
committerjjohnstn <jjohnstn>
Fri, 30 Mar 2001 00:51:50 +0000 (00:51 +0000)
        * libc/sys/arm/setjmp.S: Added .code 16 specifier for thumb-mode
        prolog to by-pass possible assembler error.

newlib/ChangeLog
newlib/libc/sys/arm/setjmp.S

index 617a396..77426d3 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-29  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/sys/arm/setjmp.S: Added .code 16 specifier for thumb-mode
+       prolog to by-pass possible assembler error.
+
 2001-03-21  Egor Duda  <deo@logos-m.ru>
 
         Allow building internal stubs for non-reentrant syscalls
index 5620154..d374860 100644 (file)
@@ -64,6 +64,7 @@
 #ifdef __thumb__
 #define        MODE            .thumb_func
 .macro PROLOGUE name
+       .code 16
        bx      pc
        nop     
        .code 32