diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-14 09:00:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-14 09:00:42 +0000 |
commit | 48c5307058990a7e525b3dfc444e9d996b2cefc6 (patch) | |
tree | 9459f98ffc248cedd1a787baaf38aaa53b554f53 /ChangeLog | |
parent | 65233b5850accaaf3339e050c69f59b994582e86 (diff) | |
download | glibc-48c5307058990a7e525b3dfc444e9d996b2cefc6.zip glibc-48c5307058990a7e525b3dfc444e9d996b2cefc6.tar.gz glibc-48c5307058990a7e525b3dfc444e9d996b2cefc6.tar.bz2 |
* sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
* elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
Remove per-machine conditionals for FLAG_* cases.
* sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
* sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-06-04 Steven Munroe <sjmunroe@us.ibm.com> + + * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro. + * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64. + Remove per-machine conditionals for FLAG_* cases. + * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file. + * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file. + 2002-09-10 Alan Modra <amodra@bigpond.net.au> * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already |