comparison gcc/config/xtensa/elf.h @ 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 /* Xtensa/Elf configuration. 1 /* Xtensa/Elf configuration.
2 Derived from the configuration for GCC for Intel i386 running Linux. 2 Derived from the configuration for GCC for Intel i386 running Linux.
3 Copyright (C) 2001-2017 Free Software Foundation, Inc. 3 Copyright (C) 2001-2018 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 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 8 the terms of the GNU General Public License as published by the Free
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see 18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 #define TARGET_SECTION_TYPE_FLAGS xtensa_multibss_section_type_flags 21 #define TARGET_SECTION_TYPE_FLAGS xtensa_multibss_section_type_flags
22
23 /* Don't assume anything about the header files. */
24 #define NO_IMPLICIT_EXTERN_C
25 22
26 #undef ASM_APP_ON 23 #undef ASM_APP_ON
27 #define ASM_APP_ON "#APP\n" 24 #define ASM_APP_ON "#APP\n"
28 25
29 #undef ASM_APP_OFF 26 #undef ASM_APP_OFF