about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2010-02-12 07:55:01 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-12 07:55:01 -0800
commit41288fbb784716ee01e4b6d84299a71081431ccb (patch)
tree43fee4a1f91798adeff662c0b793cad75ed49d42 /sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S
parentc62cf60c6b37850ee68ea824666eadab99ff718f (diff)
downloadglibc-41288fbb784716ee01e4b6d84299a71081431ccb.tar.gz
glibc-41288fbb784716ee01e4b6d84299a71081431ccb.tar.xz
glibc-41288fbb784716ee01e4b6d84299a71081431ccb.zip
Cleanup old obsolete PPC_REL16 checks
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S')
-rw-r--r--sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S b/sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S
index 95a0b3915d..8be3cf1848 100644
--- a/sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S
+++ b/sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S
@@ -63,7 +63,6 @@ EALIGN (__sqrt, 5, 0)
 	cfi_offset(lr,20-16)
 	cfi_offset(r30,8-16)
 #ifdef SHARED
-# ifdef HAVE_ASM_PPC_REL16
 	bcl	20,31,.LCF1
 .LCF1:
 	mflr	r30
@@ -71,12 +70,6 @@ EALIGN (__sqrt, 5, 0)
 	addi	r30,r30,_GLOBAL_OFFSET_TABLE_-.LCF1@l
 	lwz	r9,_LIB_VERSION@got(30)
 	lwz	r0,0(r9)
-# else
-	bl	_GLOBAL_OFFSET_TABLE_@local-4
-	mflr	r30
-	lwz	r9,_LIB_VERSION@got(30)
-	lwz	r0,0(r9)
-# endif
 #else
 	lis	r9,_LIB_VERSION@ha
 	lwz	r0,_LIB_VERSION@l(r9)