1 ; Options for the Renesas H8/300 port of the compiler
3 ; Copyright (C) 2005-2018 Free Software Foundation, Inc.
5 ; This file is part of GCC.
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
9 ; Software Foundation; either version 3, or (at your option) any later
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT
13 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 ; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 ; License for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3. If not see
19 ; <http://www.gnu.org/licenses/>.
31 Generate H8S/2600 code.
34 Target RejectNegative Mask(INT32)
35 Make integers 32 bits wide.
38 Target Undocumented RejectNegative Mask(ADDRESSES)
41 Target Mask(QUICKCALL)
42 Use registers for argument passing.
45 Target RejectNegative Mask(SLOWBYTE)
46 Consider access to byte sized memory slow.
49 Target RejectNegative Mask(RELAX)
50 Enable linker relaxing.
54 Generate H8/300H code.
57 Target Mask(NORMAL_MODE)
58 Enable the normal mode.
61 Target RejectNegative Mask(ALIGN_300)
62 Use H8/300 alignment rules.
66 Push extended registers on stack in monitor functions.
70 Do not push extended registers on stack in monitor functions.