aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-06-01 20:22:53 +0000
committerKen Raeburn <raeburn@cygnus>1995-06-01 20:22:53 +0000
commitdb88e79a6af5a82982070226133537233a6c7f7b (patch)
treebad5ac377abeaa96c341637126b9805c0aafc756
parent45fb9cd1ee10473b4a9f9c32233c20789b25f45f (diff)
downloadfsf-binutils-gdb-db88e79a6af5a82982070226133537233a6c7f7b.zip
fsf-binutils-gdb-db88e79a6af5a82982070226133537233a6c7f7b.tar.gz
fsf-binutils-gdb-db88e79a6af5a82982070226133537233a6c7f7b.tar.bz2
* archive.c (_bfd_write_archive_contents): Disable extended name table until it
can be made optional, so that native AR has half a chance on SunOS and HP/UX. [PR binutils/6888]
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8b2978d..abc9bfa 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Thu Jun 1 16:15:16 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * archive.c (_bfd_write_archive_contents): Disable extended name
+ table until it can be made optional, so that native AR has half a
+ chance on SunOS and HP/UX.
+
* linker.c (_bfd_generic_link_output_symbols, case
bfd_link_hash_indirect): Add cast to correct pointer types.