8.3.21 Tbss Option
The -Tbss address
option sets the address of the .bss
section.
Use address
as the
starting address for the bss segment of the output file. The address
must be a single hexadecimal integer; for
compatibility with other linkers, you may omit the leading 0x
that is
usually associated with hexadecimal values.
Normally the address of this section is specified in a linker script.