diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-20 21:27:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-20 21:27:26 +0000 |
commit | c8f3e6bcf0b3c1084370d5de22acf5cf38773881 (patch) | |
tree | 7fbaf450e7e5afc42cae50862707a00ef5f30d63 /sysdeps/powerpc/Versions | |
parent | 070cadeb5ff502d0fd57b6241b65d3724a70d0d0 (diff) | |
download | glibc-c8f3e6bcf0b3c1084370d5de22acf5cf38773881.zip glibc-c8f3e6bcf0b3c1084370d5de22acf5cf38773881.tar.gz glibc-c8f3e6bcf0b3c1084370d5de22acf5cf38773881.tar.bz2 |
Fix ABI compatibility with libc compiled with old tools on powerpc.
Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
and Jack Howarth <howarth@bromo.med.uc.edu>.
* 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.
Diffstat (limited to 'sysdeps/powerpc/Versions')
-rw-r--r-- | sysdeps/powerpc/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/Versions b/sysdeps/powerpc/Versions index 3e1686b..e26809a 100644 --- a/sysdeps/powerpc/Versions +++ b/sysdeps/powerpc/Versions @@ -6,6 +6,7 @@ libc { __ashldi3; __ashrdi3; __lshrdi3; __fixdfdi; __fixunsdfdi; __fixsfdi; __fixunssfdi; + __floatdidf; __floatdisf; } } |