2 # Generate arm-tables.opt from the lists in *.def.
3 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
5 # This file is part of GCC.
7 # GCC is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3, or (at your option)
12 # GCC is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public 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/>.
22 ; -*- buffer-read-only: t -*-
23 ; Generated automatically by genopt.sh from arm-cores.def, arm-arches.def
26 ; Copyright (C) 2011-2013 Free Software Foundation, Inc.
28 ; This file is part of GCC.
30 ; GCC is free software; you can redistribute it and/or modify it under
31 ; the terms of the GNU General Public License as published by the Free
32 ; Software Foundation; either version 3, or (at your option) any later
35 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
36 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
37 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
40 ; You should have received a copy of the GNU General Public License
41 ; along with GCC; see the file COPYING3. If not see
42 ; <http://www.gnu.org/licenses/>.
45 Name(processor_type) Type(enum processor_type)
46 Known ARM CPUs (for use with the -mcpu= and -mtune= options):
50 awk -F'[(, ]+' '/^ARM_CORE/ {
55 print "Enum(processor_type) String(" name ") Value(" enum ")"
61 Name(arm_arch) Type(int)
62 Known ARM architectures (for use with the -march= option):
66 awk -F'[(, ]+' 'BEGIN {
73 print "Enum(arm_arch) String(" name ") Value(" value ")"
80 Name(arm_fpu) Type(int)
81 Known ARM FPUs (for use with the -mfpu= option):
85 awk -F'[(, ]+' 'BEGIN {
92 print "Enum(arm_fpu) String(" name ") Value(" value ")"