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.".
This commit is contained in:
H.J. Lu 2006-09-10 23:51:09 +00:00
parent 5a2901d9ed
commit 168dd6670b
2 changed files with 7 additions and 1 deletions

View 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

View File

@ -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' */