arm: Include libc-do-syscall in sysdep-rtld-routines
When compiling with -mthumb, ld.so itself also needs __libc_do_syscall.
This commit is contained in:
parent
8a0018d62f
commit
c98ec0b97f
@ -4,6 +4,9 @@
|
||||
|
||||
* sysdeps/arm/preconfigure: Handle __ARM_ARCH_6*__.
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/Makefile [elf] (sysdep-rtld-routines):
|
||||
Include libc-do-syscall.
|
||||
|
||||
2013-02-27 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/arm/sysdep.h (CFI_SECTIONS): New macro.
|
||||
|
@ -10,7 +10,7 @@ shared-only-routines += libc-aeabi_read_tp
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-rtld-routines += aeabi_read_tp
|
||||
sysdep-rtld-routines += aeabi_read_tp libc-do-syscall
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user