aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-24 07:52:50 +0000
committerJeff Law <law@redhat.com>2000-04-24 07:52:50 +0000
commit23afc6f6722aa41d5eda6ea74c24201b13b8322c (patch)
treefad6c84383b18b5c965097e4a10812610c464640 /bfd/ChangeLog
parent7162c0cabe922de558b7f88b975ce9e587c8b69c (diff)
downloadgdb-23afc6f6722aa41d5eda6ea74c24201b13b8322c.zip
gdb-23afc6f6722aa41d5eda6ea74c24201b13b8322c.tar.gz
gdb-23afc6f6722aa41d5eda6ea74c24201b13b8322c.tar.bz2
* archive.c (hpux_uid_gid_encode): New function.
(bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is defined and the ID is greater than 99999. (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode special uid/gid fields into 32 bit values.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e5d6c3a..3decd81 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Mon Apr 24 01:49:03 2000 Ulrich Drepper <drepper@cygnus.com>
+
+ * archive.c (hpux_uid_gid_encode): New function.
+ (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
+ defined and the ID is greater than 99999.
+ (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
+ special uid/gid fields into 32 bit values.
+
2000-04-21 Matthew Green <mrg@cygnus.com>
* config.bfd: Add NetBSD/sparc64 support.