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>
|
2001-03-21 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
Allow building internal stubs for non-reentrant syscalls
|
Allow building internal stubs for non-reentrant syscalls
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
#ifdef __thumb__
|
#ifdef __thumb__
|
||||||
#define MODE .thumb_func
|
#define MODE .thumb_func
|
||||||
.macro PROLOGUE name
|
.macro PROLOGUE name
|
||||||
|
.code 16
|
||||||
bx pc
|
bx pc
|
||||||
nop
|
nop
|
||||||
.code 32
|
.code 32
|
||||||
|
|
Loading…
Reference in New Issue