PATCH: PR binutils/3186: symbol `.debug_abbrev' required but not present

H. J. Lu hjl@lucon.org
Sun Sep 10 23:50:00 GMT 2006


The length of "gnu.linkonce.wi." is 16 not 17. I am checking it in.

H.J.
---
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.".

--- bfd/elf.c.foo	2006-09-10 16:17:24.000000000 -0700
+++ bfd/elf.c	2006-09-10 16:44:21.000000000 -0700
@@ -819,7 +819,7 @@ _bfd_elf_make_section_from_shdr (bfd *ab
 	  { "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' */



More information about the Binutils mailing list