diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-06-19 23:24:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-06-19 23:24:36 +0000 |
commit | 6c2ec6677bb06c51f4d8f4084212a83aad6a38e9 (patch) | |
tree | 32b64be7ec2d38ae0abc8bc4813d7e8e190e8e5e /ChangeLog | |
parent | 37e9dc814636915afb88d0779e5e897e90e7b8c0 (diff) | |
download | glibc-6c2ec6677bb06c51f4d8f4084212a83aad6a38e9.tar.gz glibc-6c2ec6677bb06c51f4d8f4084212a83aad6a38e9.tar.xz glibc-6c2ec6677bb06c51f4d8f4084212a83aad6a38e9.zip |
Remove pre-GCC-4.9 MIPS code.
This patch removes some MIPS code in glibc that was conditional on old GCC versions no longer supported for building glibc. Tested with build-many-glibcs.py. * sysdeps/mips/atomic-machine.h (R10K_BEQZ_INSN): Remove. [__GNUC_PREREQ (4, 8) || __mips16]: Make code unconditional. [!__GNUC_PREREQ (4, 8) && !__mips16]: Remove conditional code. * sysdeps/mips/math-tests.h [_MIPS_SIM != _ABIO32 && !__GNUC_PREREQ (4, 9)]: Remove conditional code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d4aac40eab..2dce96bc1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-06-19 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/mips/atomic-machine.h (R10K_BEQZ_INSN): Remove. + [__GNUC_PREREQ (4, 8) || __mips16]: Make code unconditional. + [!__GNUC_PREREQ (4, 8) && !__mips16]: Remove conditional code. + * sysdeps/mips/math-tests.h + [_MIPS_SIM != _ABIO32 && !__GNUC_PREREQ (4, 9)]: Remove + conditional code. + 2017-06-19 Florian Weimer <fweimer@redhat.com> * intl/dcigettext.c (DCIGETTEXT): Do not make copy of localename. |