8.3.22 Tdata Option
The -Tdata address
option sets the address of the .data
section.
Use address
as the
starting address for the data 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.