]> git.ipfire.org Git - thirdparty/glibc.git/commit
2002-08-20 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 20 Aug 2002 21:28:52 +0000 (21:28 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 20 Aug 2002 21:28:52 +0000 (21:28 +0000)
commite5edcff523a63e8666a38b6329415ce20ad88f45
tree780a9c96a1373259ee4425086576e72abaeeffeb
parent0ee00083b3b1d9ed154d4e796c611dff51aa15be
2002-08-20  Roland McGrath  <roland@redhat.com>

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/divdi3.c: New file.
* sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
* sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
sysdeps/powerpc/Makefile
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]