diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2010-02-12 07:55:01 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-12 07:55:01 -0800 |
commit | 41288fbb784716ee01e4b6d84299a71081431ccb (patch) | |
tree | 43fee4a1f91798adeff662c0b793cad75ed49d42 /sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S | |
parent | c62cf60c6b37850ee68ea824666eadab99ff718f (diff) | |
download | glibc-41288fbb784716ee01e4b6d84299a71081431ccb.tar glibc-41288fbb784716ee01e4b6d84299a71081431ccb.tar.gz glibc-41288fbb784716ee01e4b6d84299a71081431ccb.tar.bz2 glibc-41288fbb784716ee01e4b6d84299a71081431ccb.zip |
Cleanup old obsolete PPC_REL16 checks
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S index 127c9e4581..f304090868 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S @@ -73,15 +73,10 @@ ENTRY(__CONTEXT_FUNC_NAME) #ifdef PIC mflr r8 -# ifdef HAVE_ASM_PPC_REL16 bcl 20,31,1f 1: mflr r7 addis r7,r7,_GLOBAL_OFFSET_TABLE_-1b@ha addi r7,r7,_GLOBAL_OFFSET_TABLE_-1b@l -# else - bl _GLOBAL_OFFSET_TABLE_@local-4 - mflr r7 -# endif # ifdef SHARED lwz r7,_rtld_global_ro@got(r7) mtlr r8 |