* elf32-target.h, elf64-target.h: Change ar_max_namelen value from
authorIan Lance Taylor <ian@airs.com>
Thu, 19 May 1994 21:39:15 +0000 (21:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 19 May 1994 21:39:15 +0000 (21:39 +0000)
15 to 14 to match SVR4 ar.

bfd/ChangeLog
bfd/elf32-target.h
bfd/elf64-target.h

index 2824fadd2ed8b3174d36e8ab17fc1d35a9a6256b..a542d7183375879f5acade08cf7f973bb5307429 100644 (file)
@@ -1,5 +1,8 @@
 Thu May 19 11:37:11 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * elf32-target.h, elf64-target.h: Change ar_max_namelen value from
+       15 to 14 to match SVR4 ar.
+
        Add support for ELF shared libraries.  Loosely based on work by
        Eric Youngdale <ericy@cais.com>.
        * libelf.h (struct elf_backend_data): Add new fields for dynamic
index e1a64054a33f939966b769f2403724a6c62ac905..ae318767b7e0993bf1cc745513eece635d9855a0 100644 (file)
@@ -213,7 +213,7 @@ bfd_target TARGET_BIG_SYM =
      FIXME:  this really has nothing to do with ELF, this is a characteristic
      of the archiver and should be independently tunable.  This value is
      a WAG (wild a** guess) */
-  15,
+  14,
 
   /* align_power_min: minimum alignment restriction for any section
      FIXME:  this value may be target machine dependent */
@@ -301,7 +301,7 @@ bfd_target TARGET_LITTLE_SYM =
      FIXME:  this really has nothing to do with ELF, this is a characteristic
      of the archiver and should be independently tunable.  This value is
      a WAG (wild a** guess) */
-  15,
+  14,
 
   /* align_power_min: minimum alignment restriction for any section
      FIXME:  this value may be target machine dependent */
index 8b7f5d15324e1808db231b5a0833e3852098620a..4730386968d3a09c939092af3c5f70b17180a8a6 100644 (file)
@@ -216,7 +216,7 @@ bfd_target TARGET_BIG_SYM =
      FIXME:  this really has nothing to do with ELF, this is a characteristic
      of the archiver and should be independently tunable.  This value is
      a WAG (wild a** guess) */
-  15,
+  14,
 
   /* align_power_min: minimum alignment restriction for any section
      FIXME:  this value may be target machine dependent */
@@ -304,7 +304,7 @@ bfd_target TARGET_LITTLE_SYM =
      FIXME:  this really has nothing to do with ELF, this is a characteristic
      of the archiver and should be independently tunable.  This value is
      a WAG (wild a** guess) */
-  15,
+  14,
 
   /* align_power_min: minimum alignment restriction for any section
      FIXME:  this value may be target machine dependent */