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 /ChangeLog | |
parent | 070cadeb5ff502d0fd57b6241b65d3724a70d0d0 (diff) | |
download | glibc-c8f3e6bcf0b3c1084370d5de22acf5cf38773881.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +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/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. + 2002-08-20 Jakub Jelinek <jakub@redhat.com> * locale/loadarchive.c (_nl_load_locale_from_archive): Handle |