]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/powerpc/powerpc32/libgcc-compat.S
Fix ABI compatibility with libc compiled with old tools on powerpc.
authorRoland McGrath <roland@gnu.org>
Tue, 20 Aug 2002 21:27:26 +0000 (21:27 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 20 Aug 2002 21:27:26 +0000 (21:27 +0000)
commitc8f3e6bcf0b3c1084370d5de22acf5cf38773881
tree7fbaf450e7e5afc42cae50862707a00ef5f30d63
parent070cadeb5ff502d0fd57b6241b65d3724a70d0d0
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.
ChangeLog
sysdeps/powerpc/Makefile
sysdeps/powerpc/Versions
sysdeps/powerpc/divdi3.c [new file with mode: 0644]
sysdeps/powerpc/libgcc-compat.S [new file with mode: 0644]
sysdeps/powerpc/libgcc-compat.c [deleted file]