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.
This commit is contained in:
parent
b5eb3d0f15
commit
0694d8d310
@ -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
|
||||
|
@ -64,6 +64,7 @@
|
||||
#ifdef __thumb__
|
||||
#define MODE .thumb_func
|
||||
.macro PROLOGUE name
|
||||
.code 16
|
||||
bx pc
|
||||
nop
|
||||
.code 32
|
||||
|
Loading…
x
Reference in New Issue
Block a user