This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PROGBITS warning on .bss
On 04/27/2010 09:24 AM, Alan Modra wrote:
On Tue, Apr 27, 2010 at 07:25:30AM -0500, Joel Sherrill wrote:
Anywhere else to look?
Generate a linker map file to see exactly what is being put into the
.bss section.
I found it by trial and error comparing what was different
between the elf32ebmip.x file and the one this board uses.
For some reason, *(.reginfo) was listed in the .bss section.
When I removed it, the warning went away.
Now what's the .reginfo section? :-D
--joel