comparison gcc/config/rs6000/sysv4.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 /* 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. */
605 mcall-netbsd : %(link_os_netbsd) ; \ 601 mcall-netbsd : %(link_os_netbsd) ; \
606 mcall-openbsd: %(link_os_openbsd) ; \ 602 mcall-openbsd: %(link_os_openbsd) ; \
607 : %(link_os_default) }" 603 : %(link_os_default) }"
608 604
609 #define LINK_OS_DEFAULT_SPEC "" 605 #define LINK_OS_DEFAULT_SPEC ""
610
611 #define DRIVER_SELF_SPECS "%{mfpu=none: %<mfpu=* \
612 %<msingle-float %<mdouble-float}"
613 606
614 /* Override rs6000.h definition. */ 607 /* Override rs6000.h definition. */
615 #undef CPP_SPEC 608 #undef CPP_SPEC
616 #define CPP_SPEC "%{posix: -D_POSIX_SOURCE} \ 609 #define CPP_SPEC "%{posix: -D_POSIX_SOURCE} \
617 %{mads : %(cpp_os_ads) ; \ 610 %{mads : %(cpp_os_ads) ; \