--text-section-literals | --no-text-section-literals
L32R
instructions in the text section. Literals are grouped into
pools following .literal_position
directives or preceding
ENTRY
instructions. These options only affect literals referenced
via PC-relative L32R
instructions; literals for absolute mode
L32R
instructions are handled separately.
See literal.
--auto-litpools | --no-auto-litpools
.literal_position
directives are not
required. This may be necessary for very large functions, where single
literal pool at the beginning of the function may not be reachable by
L32R
instructions at the end. These options only affect
literals referenced via PC-relative L32R
instructions; literals
for absolute mode L32R
instructions are handled separately.
When used together with ‘--text-section-literals’,
‘--auto-litpools’ takes precedence.
See literal.
--absolute-literals | --no-absolute-literals
L32R
instructions use absolute
or PC-relative addressing. If the processor includes the absolute
addressing option, the default is to use absolute L32R
relocations. Otherwise, only the PC-relative L32R
relocations
can be used.
--target-align | --no-target-align
LOOP
that
have fixed alignment requirements.
--longcalls | --no-longcalls
--transform | --no-transform
--rename-section
oldname=
newname--trampolines | --no-trampolines