mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
2003-03-21 Daniel Jacobowitz <drow@mvista.com>
* sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (SINGLE_THREAD_P_PIC): Use "reg" instead of "lr".
This commit is contained in:
parent
500308e11d
commit
2f15520df9
@ -110,7 +110,7 @@ extern int __local_multiple_threads attribute_hidden;
|
|||||||
ldr reg, 2b; \
|
ldr reg, 2b; \
|
||||||
3: \
|
3: \
|
||||||
add ip, pc, ip; \
|
add ip, pc, ip; \
|
||||||
ldr ip, [ip, lr]; \
|
ldr ip, [ip, reg]; \
|
||||||
teq ip, #0;
|
teq ip, #0;
|
||||||
# define SINGLE_THREAD_P_INT \
|
# define SINGLE_THREAD_P_INT \
|
||||||
str lr, [sp, $-4]!; \
|
str lr, [sp, $-4]!; \
|
||||||
|
Loading…
Reference in New Issue
Block a user