diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-11-14 18:39:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-11-14 18:39:33 +0000 |
commit | 6a0dd472f407fd2fedd7bdf744a5d9fa87b124af (patch) | |
tree | 4ea926e404882f4d094d97143b288ead957371bc /ChangeLog | |
parent | a4733812085f338dfcbb3f31b48747b00eb5c46c (diff) | |
download | glibc-6a0dd472f407fd2fedd7bdf744a5d9fa87b124af.tar glibc-6a0dd472f407fd2fedd7bdf744a5d9fa87b124af.tar.gz glibc-6a0dd472f407fd2fedd7bdf744a5d9fa87b124af.tar.bz2 glibc-6a0dd472f407fd2fedd7bdf744a5d9fa87b124af.zip |
Remove ARM __GNUC_PREREQ(4,4) conditionals.
This patch removes conditionals in ARM code on __GNUC_PREREQ(4,4),
which were already obsolete even before the move from 4.4 to 4.6 as
minimum GCC version for building glibc.
Tested for ARM that installed shared libraries are unchanged by this
patch.
* sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
Make definition conditional only on [PROF].
[PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
definition.
[__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
[!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-11-14 Joseph Myers <joseph@codesourcery.com> + * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT): + Make definition conditional only on [PROF]. + [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional + definition. + [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional. + [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition. + * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN && !__GNUC__]. * include/signal.h (__sigpause): Move declaration above call to |