* elf32-target.h, elf64-target.h: Change ar_max_namelen value from
[deliverable/binutils-gdb.git] / bfd / elf32-target.h
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 */
This page took 0.023525 seconds and 4 git commands to generate.