From c8f3e6bcf0b3c1084370d5de22acf5cf38773881 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 20 Aug 2002 21:27:26 +0000 Subject: Fix ABI compatibility with libc compiled with old tools on powerpc. Changes contributed by Franz Sirl and Jack Howarth . * sysdeps/powerpc/Makefile [$(have-protected) = yes] (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables, pass -DHAVE_DOT_HIDDEN for these files. * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf, __floatdisf. * sysdeps/powerpc/divdi3.c: New file. * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ... * sysdeps/powerpc/libgcc-compat.c: ... this, file removed. --- sysdeps/powerpc/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/powerpc/Versions') diff --git a/sysdeps/powerpc/Versions b/sysdeps/powerpc/Versions index 3e1686b96c..e26809a3c7 100644 --- a/sysdeps/powerpc/Versions +++ b/sysdeps/powerpc/Versions @@ -6,6 +6,7 @@ libc { __ashldi3; __ashrdi3; __lshrdi3; __fixdfdi; __fixunsdfdi; __fixsfdi; __fixunssfdi; + __floatdidf; __floatdisf; } } -- cgit 1.4.1