From 509bd8e35ad842944074e43cd2cc22381ee13f5b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 May 2002 00:22:34 +0000 Subject: Update. 2002-05-20 Franz Sirl * 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. --- sysdeps/powerpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/powerpc/Makefile') 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 -- cgit v1.2.3