how to set .bss section type to PROGBITS within linker script

H.J. Lu hjl.tools@gmail.com
Mon Sep 28 14:42:44 GMT 2020


On Mon, Sep 28, 2020 at 7:38 AM William Tambe via Binutils
<binutils@sourceware.org> wrote:
>
> Is there a way to set .bss section type to PROGBITS within a linker script ?

By definition, a .bss output section is NOBITS.  You can't make a NOBITS
output section PROGBITS.

-- 
H.J.


More information about the Binutils mailing list