2005-10-09 Phil Blundell <pb@reciva.com>
authorPhil Blundell <pb@reciva.com>
Sun, 9 Oct 2005 18:24:09 +0000 (18:24 +0000)
committerPhil Blundell <pb@reciva.com>
Sun, 9 Oct 2005 18:24:09 +0000 (18:24 +0000)
* sysdeps/arm/dl-trampoline.S: [PROF] (_dl_runtime_profile):
Don't compile.  Correct cut'n'paste error with .size.

ChangeLog.arm
sysdeps/arm/dl-trampoline.S

index f3a2c25..a4e547c 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-09  Phil Blundell  <pb@reciva.com>
+
+       * sysdeps/arm/dl-trampoline.S: [PROF] (_dl_runtime_profile):
+       Don't compile.  Correct cut'n'paste error with .size.
+
 2005-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/posix_fadvise.c,
index dc7494f..0224fa1 100644 (file)
@@ -74,6 +74,7 @@ _dl_runtime_resolve:
        cfi_endproc
        .size _dl_runtime_resolve, .-_dl_runtime_resolve
 
+#ifndef PROF
        .globl _dl_runtime_profile
        .type _dl_runtime_profile, #function
        cfi_startproc
@@ -210,5 +211,6 @@ _dl_runtime_profile:
        BX(lr)
 
        cfi_endproc
-       .size _dl_runtime_resolve, .-_dl_runtime_resolve
+       .size _dl_runtime_profile, .-_dl_runtime_profile
+#endif
        .previous