comparison gcc/config/arc/arc-c.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 /* Copyright (C) 2016-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2016-2018 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it 5 GCC is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by 6 under the terms of the GNU General Public License as published by
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GCC; see the file COPYING3. If not see 16 along with GCC; see the file COPYING3. If not see
17 <http://www.gnu.org/licenses/>. 17 <http://www.gnu.org/licenses/>.
18 */ 18 */
19
20 #define IN_TARGET_CODE 1
19 21
20 #include "config.h" 22 #include "config.h"
21 #include "system.h" 23 #include "system.h"
22 #include "coretypes.h" 24 #include "coretypes.h"
23 #include "tm.h" 25 #include "tm.h"