-march=
name-mbig-endian
-mlittle-endian
-msim
-msdata=default
.neardata
section,
which is pointed to by register B14
. Put small uninitialized
global and static data in the .bss
section, which is adjacent
to the .neardata
section. Put small read-only data into the
.rodata
section. The corresponding sections used for large
pieces of data are .fardata
, .far
and .const
.
-msdata=all
B14
register to
access them.
-msdata=none
.fardata
section, and all uninitialized data in the
.far
section. Put all constant data into the .const
section.