aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-21 00:22:34 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-21 00:22:34 +0000
commit509bd8e35ad842944074e43cd2cc22381ee13f5b (patch)
tree4a0d3e69275c6fca67d4d1bf6ba82cf88a79b9e2 /sysdeps/powerpc/Makefile
parent4c393b689f8a9c5e64048b4a4295abedcff6ef8c (diff)
downloadglibc-509bd8e35ad842944074e43cd2cc22381ee13f5b.tar
glibc-509bd8e35ad842944074e43cd2cc22381ee13f5b.tar.gz
glibc-509bd8e35ad842944074e43cd2cc22381ee13f5b.tar.bz2
glibc-509bd8e35ad842944074e43cd2cc22381ee13f5b.zip
Update.
2002-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir. (shared-only-routines): Likewise. * sysdeps/powerpc/libgcc-compat.c: New file. * sysdeps/wordsize-32/cmpdi2.c: Removed. * sysdeps/wordsize-32/fixdfdi.c: Removed. * sysdeps/wordsize-32/fixsfdi.c: Removed. * sysdeps/wordsize-32/shdi3.c: Removed.
Diffstat (limited to 'sysdeps/powerpc/Makefile')
-rw-r--r--sysdeps/powerpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile
index 7ca0b0974a..ce8fa7c175 100644
--- a/sysdeps/powerpc/Makefile
+++ b/sysdeps/powerpc/Makefile
@@ -37,8 +37,8 @@ CFLAGS-gmon-start.o = -G0
endif
ifeq (yes,$(build-shared))
# Compatibility
-sysdep_routines += divdi3 cmpdi2 shdi3 fixdfdi fixsfdi
-shared-only-routines += divdi3 cmpdi2 shdi3 fixdfdi fixsfdi
+sysdep_routines += divdi3 libgcc-compat
+shared-only-routines += divdi3 libgcc-compat
endif
endif