]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/xtensa/xtensa.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / xtensa / xtensa.opt
CommitLineData
66beb87a
RS
1; Options for the Tensilica Xtensa port of the compiler.
2
8d9254fc 3; Copyright (C) 2005-2020 Free Software Foundation, Inc.
66beb87a
RS
4;
5; This file is part of GCC.
6;
7; GCC is free software; you can redistribute it and/or modify it under
8; the terms of the GNU General Public License as published by the Free
2f83c7d6 9; Software Foundation; either version 3, or (at your option) any later
66beb87a
RS
10; version.
11;
12; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15; for more details.
16;
17; You should have received a copy of the GNU General Public License
2f83c7d6
NC
18; along with GCC; see the file COPYING3. If not see
19; <http://www.gnu.org/licenses/>.
66beb87a
RS
20
21mconst16
22Target Report Mask(CONST16)
a7b2e184 23Use CONST16 instruction to load constants.
66beb87a 24
1b408ba1
SA
25mforce-no-pic
26Target Report Mask(FORCE_NO_PIC)
a7b2e184 27Disable position-independent code (PIC) for use in OS kernel code.
1b408ba1 28
66beb87a
RS
29mlongcalls
30Target
a7b2e184 31Use indirect CALLXn instructions for large programs.
66beb87a
RS
32
33mtarget-align
34Target
a7b2e184 35Automatically align branch targets to reduce branch penalties.
66beb87a
RS
36
37mtext-section-literals
38Target
a7b2e184 39Intersperse literal pools with code in the text section.
66e58b33 40
a024f514
MF
41mauto-litpools
42Target Report Mask(AUTO_LITPOOLS)
a7b2e184 43Relax literals in assembler and place them automatically in the text section.
a024f514 44
66e58b33
BW
45mserialize-volatile
46Target Report Mask(SERIALIZE_VOLATILE)
a7b2e184 47-mno-serialize-volatile Do not serialize volatile memory references with MEMW instructions.