]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix profiling build of __libc_do_syscall.
authorManjunath Matti <manjunath81@gmail.com>
Tue, 26 Apr 2011 22:15:46 +0000 (22:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 26 Apr 2011 22:15:46 +0000 (22:15 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S

index 4c1207ace1856c4b71bdf51a3a7b126b522780d2..e4e637173f5d43cb4f5fbd088066b9c182e95516 100644 (file)
@@ -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
index d461712af0d8054345982dce542276e06d3b93ec..0fca96939a95e32b77287654e6a10022dd1623d6 100644 (file)
@@ -29,6 +29,9 @@
        .syntax unified
        .hidden __libc_do_syscall
 
+#undef CALL_MCOUNT
+#define CALL_MCOUNT
+
 ENTRY (__libc_do_syscall)
        .fnstart
        push    {r7, lr}