aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-14 09:00:42 +0000
committerRoland McGrath <roland@gnu.org>2002-09-14 09:00:42 +0000
commit48c5307058990a7e525b3dfc444e9d996b2cefc6 (patch)
tree9459f98ffc248cedd1a787baaf38aaa53b554f53 /ChangeLog
parent65233b5850accaaf3339e050c69f59b994582e86 (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39fa57b..0ed7f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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