From: Ken Raeburn Date: Thu, 1 Jun 1995 20:22:53 +0000 (+0000) Subject: * archive.c (_bfd_write_archive_contents): Disable extended name table until it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db88e79a6af5a82982070226133537233a6c7f7b;p=binutils-gdb.git * 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] --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b2978dd9c9..abc9bfa6f75 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 1 16:15:16 1995 Ken Raeburn + * 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.