comparison gcc/config/powerpcspe/sysv4.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Target definitions for GNU compiler for PowerPC running System V.4 1 /* Target definitions for GNU compiler for PowerPC running System V.4
2 Copyright (C) 1995-2017 Free Software Foundation, Inc. 2 Copyright (C) 1995-2018 Free Software Foundation, Inc.
3 Contributed by Cygnus Support. 3 Contributed by Cygnus Support.
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 7 GCC is free software; you can redistribute it and/or modify it
20 20
21 You should have received a copy of the GNU General Public License and 21 You should have received a copy of the GNU General Public License and
22 a copy of the GCC Runtime Library Exception along with this program; 22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
24 <http://www.gnu.org/licenses/>. */ 24 <http://www.gnu.org/licenses/>. */
25
26 /* Header files should be C++ aware in general. */
27 #undef NO_IMPLICIT_EXTERN_C
28 #define NO_IMPLICIT_EXTERN_C
29 25
30 /* Yes! We are ELF. */ 26 /* Yes! We are ELF. */
31 #define TARGET_OBJECT_FORMAT OBJECT_ELF 27 #define TARGET_OBJECT_FORMAT OBJECT_ELF
32 28
33 /* Default ABI to compile code for. */ 29 /* Default ABI to compile code for. */