2006-09-10 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 10 Sep 2006 23:51:09 +0000 (23:51 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 10 Sep 2006 23:51:09 +0000 (23:51 +0000)
PR binutils/3186
* elf.c (_bfd_elf_make_section_from_shdr): Correct length of
"gnu.linkonce.wi.".

bfd/ChangeLog
bfd/elf.c

index fd79708af3d0f3d5aa8def6d0ff4f38664eff11d..0d4a95e9e41dd409f5c705415b1a8ec9d7f63bce 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/3186
+       * elf.c (_bfd_elf_make_section_from_shdr): Correct length of
+       "gnu.linkonce.wi.".
+
 2006-09-08  Vladimir Prus  <vladimir@codesourcery.com>
 
        * elf32-arm.c (elf32_arm_swap_symbol_out): Remove
index 8dd94e3831f050129ab1fc25219f7d67ea5710b0..e47f2667ffcf9e57df25011a9d2748bf410eaf87 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -819,7 +819,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
          { "debug",             5  },  /* 'd' */
          { NULL,                0  },  /* 'e' */
          { NULL,                0  },  /* 'f' */
-         { "gnu.linkonce.wi.", 17 },   /* 'g' */
+         { "gnu.linkonce.wi.", 16 },   /* 'g' */
          { NULL,                0  },  /* 'h' */
          { NULL,                0  },  /* 'i' */
          { NULL,                0  },  /* 'j' */
This page took 0.032568 seconds and 4 git commands to generate.