OSDN Git Service

PR target/34856
[pf3gnuchains/gcc-fork.git] / gcc / config / spu / spu.opt
1 ; Options for the SPU port of the compiler
2 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
3
4 ; This file is free software; you can redistribute it and/or modify it under
5 ; the terms of the GNU General Public License as published by the Free
6 ; Software Foundation; either version 3 of the License, or (at your option)
7 ; any later version.
8
9 ; This file is distributed in the hope that it will be useful, but WITHOUT
10 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 ; for more details.
13 ;
14 ; You should have received a copy of the GNU General Public License
15 ; along with GCC; see the file COPYING3.  If not see
16 ; <http://www.gnu.org/licenses/>.
17
18 mwarn-reloc
19 Target Report Mask(WARN_RELOC)
20 Emit warnings when run-time relocations are generated
21
22 merror-reloc
23 Target Report Mask(ERROR_RELOC)
24 Emit errors when run-time relocations are generated
25
26 mbranch-cost=
27 Target RejectNegative Joined UInteger Var(spu_branch_cost) Init(20)
28 Specify cost of branches (Default 20)
29
30 msafe-dma
31 Target Report RejectNegative Mask(SAFE_DMA)
32 Make sure loads and stores are not moved past DMA instructions
33
34 munsafe-dma
35 Target Report RejectNegative InverseMask(SAFE_DMA)
36 volatile must be specified on any memory that is effected by DMA
37
38 mstdmain
39 Target Report Mask(STD_MAIN)
40 Use standard main function as entry for startup
41
42 mbranch-hints
43 Target Report Mask(BRANCH_HINTS)
44 Generate branch hints for branches
45
46 msmall-mem
47 Target Report RejectNegative InverseMask(LARGE_MEM)
48 Generate code for 18 bit addressing
49
50 mlarge-mem
51 Target Report RejectNegative Mask(LARGE_MEM)
52 Generate code for 32 bit addressing
53
54 mfixed-range=
55 Target RejectNegative Joined Var(spu_fixed_range_string)
56 Specify range of registers to make fixed
57
58 march=
59 Target RejectNegative Joined Var(spu_arch_string)
60 Generate code for given CPU
61
62 mtune=
63 Target RejectNegative Joined Var(spu_tune_string)
64 Schedule code for given CPU