From 59261ad3eb345e0d7b9f5c73e1a09d046991cea5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 19 Mar 2015 18:28:38 +1030 Subject: [PATCH] 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. --- ChangeLog | 8 ++++ config.h.in | 3 -- sysdeps/powerpc/powerpc32/tls-macros.h | 44 ++----------------- .../powerpc/powerpc32/swapcontext-common.S | 5 --- 4 files changed, 11 insertions(+), 49 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5538acdefa..2a9b972ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-03-23 Alan Modra + + * 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