PROGBITS warning on .bss

Ian Lance Taylor iant@google.com
Sun Apr 25 18:17:00 GMT 2010


Joel Sherrill <joel.sherrill@oarcorp.com> writes:

> The mips rtems BSPs are getting this warning
> when linking every executable:
>
> ..../mips-rtems4.10/bin/ld: warning: section `.bss' type changed to PROGBITS

That's odd.  It implies that some object has a .bss section marked as
PROGBITS rather than NOBITS.

Ian



More information about the Binutils mailing list