comparison gcc/config/avr/avr-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) 2009-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2009-2018 Free Software Foundation, Inc.
2 Contributed by Anatoly Sokolov (aesok@post.ru) 2 Contributed by Anatoly Sokolov (aesok@post.ru)
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 /* Not included in avr.c since this requires C front end. */ 20 /* Not included in avr.c since this requires C front end. */
21 21
22 #define IN_TARGET_CODE 1
23
22 #include "config.h" 24 #include "config.h"
23 #include "system.h" 25 #include "system.h"
24 #include "coretypes.h" 26 #include "coretypes.h"
25 #include "target.h" 27 #include "target.h"
26 #include "c-family/c-common.h" 28 #include "c-family/c-common.h"