These -m
options are defined for D30V implementations:
-mextmem
.text
, .data
, .bss
, .strings
,
.rodata
, .rodata1
, .data1
sections into external
memory, which starts at location 0x80000000
.
-mextmemory
-mextmem
switch.
-monchip
.text
section into onchip text memory, which starts at
location 0x0
. Also link .data
, .bss
,
.strings
, .rodata
, .rodata1
, .data1
sections
into onchip data memory, which starts at location 0x20000000
.
-mno-asm-optimize
-masm-optimize
-O
to the assembler when optimizing.
The assembler uses the -O
option to automatically parallelize
adjacent short instructions where possible.
-mbranch-cost=
n
-mcond-exec=
n