comparison gcc/brig/brigspec.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* brigspec.c -- Specific flags and argument handling of the gcc BRIG front end. 1 /* brigspec.c -- Specific flags and argument handling of the gcc BRIG front end.
2 Copyright (C) 2016-2017 Free Software Foundation, Inc. 2 Copyright (C) 2016-2018 Free Software Foundation, Inc.
3 Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> 3 Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
4 for General Processor Tech. 4 for General Processor Tech.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
21 21
22 #include "config.h" 22 #include "config.h"
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "tm.h" 25 #include "tm.h"
26 #include "opt-suggestions.h"
26 #include "gcc.h" 27 #include "gcc.h"
27 #include "opts.h" 28 #include "opts.h"
28 29
29 /* This bit is set if we saw a `-xfoo' language specification. */ 30 /* This bit is set if we saw a `-xfoo' language specification. */
30 #define LANGSPEC (1 << 1) 31 #define LANGSPEC (1 << 1)