about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/libgcc-compat.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/powerpc32/libgcc-compat.S')
-rw-r--r--sysdeps/powerpc/powerpc32/libgcc-compat.S14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/powerpc/powerpc32/libgcc-compat.S b/sysdeps/powerpc/powerpc32/libgcc-compat.S
index b9a000c699..026b464e06 100644
--- a/sysdeps/powerpc/powerpc32/libgcc-compat.S
+++ b/sysdeps/powerpc/powerpc32/libgcc-compat.S
@@ -22,20 +22,6 @@
 
 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_6)
 
-#define __ashldi3_v_glibc20	INTUSE (__ashldi3)
-#define __ashrdi3_v_glibc20	INTUSE (__ashrdi3)
-#define __lshrdi3_v_glibc20	INTUSE (__lshrdi3)
-#define __cmpdi2_v_glibc20	INTUSE (__cmpdi2)
-#define __ucmpdi2_v_glibc20	INTUSE (__ucmpdi2)
-#if !defined _SOFT_FLOAT && !defined __NO_FPRS__
-# define __fixdfdi_v_glibc20	INTUSE (__fixdfdi)
-# define __fixsfdi_v_glibc20	INTUSE (__fixsfdi)
-# define __fixunsdfdi_v_glibc20	INTUSE (__fixunsdfdi)
-# define __fixunssfdi_v_glibc20	INTUSE (__fixunssfdi)
-# define __floatdidf_v_glibc20	INTUSE (__floatdidf)
-# define __floatdisf_v_glibc20	INTUSE (__floatdisf)
-#endif
-
 	.symver __ashldi3_v_glibc20,__ashldi3@GLIBC_2.0
 	.symver __ashrdi3_v_glibc20,__ashrdi3@GLIBC_2.0
 	.symver __lshrdi3_v_glibc20,__lshrdi3@GLIBC_2.0