diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-06-01 20:22:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-06-01 20:22:53 +0000 |
commit | db88e79a6af5a82982070226133537233a6c7f7b (patch) | |
tree | bad5ac377abeaa96c341637126b9805c0aafc756 /bfd/ChangeLog | |
parent | 45fb9cd1ee10473b4a9f9c32233c20789b25f45f (diff) | |
download | gdb-db88e79a6af5a82982070226133537233a6c7f7b.zip gdb-db88e79a6af5a82982070226133537233a6c7f7b.tar.gz 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]
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
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. |