Fix profiling build of __libc_do_syscall.
This commit is contained in:
parent
70063199c3
commit
a875971e8e
@ -1,3 +1,8 @@
|
||||
2011-04-26 Manjunath Matti <manjunath81@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
|
||||
(CALL_MCOUNT): Redefine to empty.
|
||||
|
||||
2011-04-26 Richard Sandiford <richard.sandiford@linaro.org>
|
||||
|
||||
* sysdeps/arm/dl-machine.h (elf_machine_rel): Handle STT_GNU_IFUNC
|
||||
|
@ -29,6 +29,9 @@
|
||||
.syntax unified
|
||||
.hidden __libc_do_syscall
|
||||
|
||||
#undef CALL_MCOUNT
|
||||
#define CALL_MCOUNT
|
||||
|
||||
ENTRY (__libc_do_syscall)
|
||||
.fnstart
|
||||
push {r7, lr}
|
||||
|
Loading…
x
Reference in New Issue
Block a user