blob: 0ae14313ffe182404acd1f25ed2f44d3872e0e48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
; Options for the NEC V850 port of the compiler.
; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
; GCC is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public License as published by the Free
; Software Foundation; either version 3, or (at your option) any later
; version.
;
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
; WARRANTY; without even the implied warranty of MERCHANTABILITY or
; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
; for more details.
;
; You should have received a copy of the GNU General Public License
; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>.
mapp-regs
Target Report Mask(APP_REGS)
Use registers r2 and r5
mbig-switch
Target Report Mask(BIG_SWITCH)
Use 4 byte entries in switch tables
mdebug
Target Report Mask(DEBUG)
Enable backend debugging
mdisable-callt
Target Report Mask(DISABLE_CALLT)
Do not use the callt instruction
mep
Target Report Mask(EP)
Reuse r30 on a per function basis
mghs
Target Report Mask(GHS)
Support Green Hills ABI
mlong-calls
Target Report Mask(LONG_CALLS)
Prohibit PC relative function calls
mprolog-function
Target Report Mask(PROLOG_FUNCTION)
Use stubs for function prologues
msda
Target RejectNegative Joined
Set the max size of data eligible for the SDA area
msmall-sld
Target Report Mask(SMALL_SLD)
Enable the use of the short load instructions
mspace
Target RejectNegative
Same as: -mep -mprolog-function
mtda
Target RejectNegative Joined
Set the max size of data eligible for the TDA area
mno-strict-align
Target Report Mask(NO_STRICT_ALIGN)
Do not enforce strict alignment
mjump-tables-in-data-section
Target Report Mask(JUMP_TABLES_IN_DATA_SECTION)
Put jump tables for switch statements into the .data section rather than the .code section
mUS-bit-set
Target Report Mask(US_BIT_SET)
mv850
Target Report RejectNegative Mask(V850)
Compile for the v850 processor
mv850e
Target Report RejectNegative Mask(V850E)
Compile for the v850e processor
mv850e1
Target RejectNegative Mask(V850E1)
Compile for the v850e1 processor
mv850es
Target RejectNegative Mask(V850E1) MaskExists
Compile for the v850es variant of the v850e1
mv850e2
Target Report RejectNegative Mask(V850E2)
Compile for the v850e2 processor
mv850e2v3
Target Report RejectNegative Mask(V850E2V3)
Compile for the v850e2v3 processor
mzda
Target RejectNegative Joined
Set the max size of data eligible for the ZDA area
|