diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-01-10 13:32:35 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-01-10 13:32:35 -0800 |
commit | bc2ba20ae8a5ae5c3bbd0f04c6ba4fa08602d22b (patch) | |
tree | 07d25ed4581af950582bfca61e2199c19e62ea78 /ports/ChangeLog.arm | |
parent | 649ecea2128119e33b12c4128bb01645b6e226e5 (diff) | |
download | glibc-bc2ba20ae8a5ae5c3bbd0f04c6ba4fa08602d22b.tar glibc-bc2ba20ae8a5ae5c3bbd0f04c6ba4fa08602d22b.tar.gz glibc-bc2ba20ae8a5ae5c3bbd0f04c6ba4fa08602d22b.tar.bz2 glibc-bc2ba20ae8a5ae5c3bbd0f04c6ba4fa08602d22b.zip |
ARM: Disable compat mcount code when unneeded.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 313377401a..353c3d6444 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,14 @@ +2014-01-10 Roland McGrath <roland@hack.frob.com> + + * sysdeps/arm/arm-mcount.S: + #include <shlib-compat.h> and <gcc-compat.h>. + (_mcount): Renamed to __mcount_arm_compat. Made conditional on + [GCC_COMPAT (4, 3) || SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_19)]. + (_mcount, mcount): Define (as aliases) only under [GCC_COMPAT (4, 3)], + with compat_symbol under [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_19)]. + + * sysdeps/arm/gcc-compat.h: New file. + 2014-01-01 Joseph Myers <joseph@codesourcery.com> * sysdeps/arm/libm-test-ulps: Regenerated. @@ -7,7 +18,9 @@ * sysdeps/arm/fegetround.c (fegetround): Use libm_hidden_def. 2013-11-26 Ondřej Bílka <neleai@seznam.cz> - * sysdeps/unix/sysv/linux/arm/bits/shm.h: Use __glibc_reserved instead __unused. + + * sysdeps/unix/sysv/linux/arm/bits/shm.h: Use __glibc_reserved + instead of __unused. 2013-11-22 Roland McGrath <roland@hack.frob.com> |