diff options
author | Alan Modra <amodra@gmail.com> | 2015-03-19 18:28:38 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-03-23 15:33:59 +1030 |
commit | 59261ad3eb345e0d7b9f5c73e1a09d046991cea5 (patch) | |
tree | 58930c3e295515073cc42377c14dac50d2f20949 /ChangeLog | |
parent | 9e70234cbd21923a1177cc443a4476d8227b6c4f (diff) | |
download | glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.tar.gz glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.tar.xz glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.zip |
Remove HAVE_ASM_PPC_REL16 references
In bc0cdc498 the configure check for HAVE_ASM_PPC_REL16 was removed on the grounds that the minimum binutils supports rel16 relocs. This is true, but not all references to HAVE_ASM_PPC_REL16 in the sources were removed. * config.h.in: Remove HAVE_ASM_PPC_REL16. * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16 and false branch of conditional. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5538acdefa..2a9b972ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-03-23 Alan Modra <amodra@gmail.com> + + * config.h.in: Remove HAVE_ASM_PPC_REL16. + * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16 + and false branch of conditional. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: + Likewise. + 2015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on |