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 /sysdeps/unix | |
parent | 9e70234cbd21923a1177cc443a4476d8227b6c4f (diff) | |
download | glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.zip glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.tar.gz glibc-59261ad3eb345e0d7b9f5c73e1a09d046991cea5.tar.bz2 |
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 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S index 7924514..d2681bd 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S @@ -301,14 +301,9 @@ ENTRY(__CONTEXT_FUNC_NAME) # ifdef PIC mflr r8 -# ifdef HAVE_ASM_PPC_REL16 SETUP_GOT_ACCESS(r7,got_label) addis r7,r7,_GLOBAL_OFFSET_TABLE_-got_label@ha addi r7,r7,_GLOBAL_OFFSET_TABLE_-got_label@l -# else - bl _GLOBAL_OFFSET_TABLE_@local-4 - mflr r7 -# endif mtlr r8 # ifdef SHARED lwz r7,_rtld_global_ro@got(r7) |