This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PROGBITS warning on .bss


Hi,

The mips rtems BSPs are getting this warning
when linking every executable:

..../mips-rtems4.10/bin/ld: warning: section `.bss' type changed to PROGBITS

I can eliminate the warning by adding "NOLOAD" to
the .bss section on every mips linker script but
I wonder if this is the attributes not getting
set right by binutils when the section is created.
I found a similar bug for the m32r in the mailing
list history.

http://sourceware.org/ml/binutils/2007-12/msg00052.html

Any ideas?

--joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]