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 /config.h.in | |
parent | 9e70234cbd21923a1177cc443a4476d8227b6c4f (diff) | |
download | glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.tar.gz |
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 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index a1ae478209..711ed08d40 100644 --- a/config.h.in +++ b/config.h.in @@ -151,9 +151,6 @@ /* Define if inlined system calls are available. */ #undef HAVE_INLINED_SYSCALLS -/* Define if your assembler and linker support R_PPC_REL16* relocs. */ -#undef HAVE_ASM_PPC_REL16 - /* Define if your compiler defaults to -msecure-plt mode on ppc. */ #undef HAVE_PPC_SECURE_PLT |