about summary refs log tree commit diff
path: root/sysdeps/powerpc/libgcc-compat.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/libgcc-compat.S')
-rw-r--r--sysdeps/powerpc/libgcc-compat.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/powerpc/libgcc-compat.S b/sysdeps/powerpc/libgcc-compat.S
index 196293fd97..2fe482f25d 100644
--- a/sysdeps/powerpc/libgcc-compat.S
+++ b/sysdeps/powerpc/libgcc-compat.S
@@ -23,6 +23,10 @@
 
 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_6)
 
+# ifndef INTUSE
+#  define INTUSE(name) name##_internal
+# endif
+
 #define __ashldi3_v_glibc20	INTUSE (__ashldi3)
 #define __ashrdi3_v_glibc20	INTUSE (__ashrdi3)
 #define __lshrdi3_v_glibc20	INTUSE (__lshrdi3)