* archive.c (_bfd_write_archive_contents): Disable extended name table until it
authorKen Raeburn <raeburn@cygnus>
Thu, 1 Jun 1995 20:22:53 +0000 (20:22 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 1 Jun 1995 20:22:53 +0000 (20:22 +0000)
can be made optional, so that native AR has half a chance on SunOS and HP/UX.
[PR binutils/6888]

bfd/ChangeLog

index 8b2978dd9c9f773a87c914c728323ce42062b825..abc9bfa6f75e7ad238bc8df8880d689c61cfc401 100644 (file)
@@ -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.