comparison gcc/config/rs6000/eabialtivec.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Core target definitions for GNU compiler 1 /* Core target definitions for GNU compiler
2 for PowerPC targeted systems with AltiVec support. 2 for PowerPC targeted systems with AltiVec support.
3 Copyright (C) 2001, 2003, 2007 Free Software Foundation, Inc. 3 Copyright (C) 2001-2017 Free Software Foundation, Inc.
4 Contributed by Aldy Hernandez (aldyh@redhat.com). 4 Contributed by Aldy Hernandez (aldyh@redhat.com).
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it 8 GCC is free software; you can redistribute it and/or modify it
19 along with GCC; see the file COPYING3. If not see 19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */ 20 <http://www.gnu.org/licenses/>. */
21 21
22 /* Add -meabi and -maltivec to target flags. */ 22 /* Add -meabi and -maltivec to target flags. */
23 #undef TARGET_DEFAULT 23 #undef TARGET_DEFAULT
24 #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_EABI | MASK_ALTIVEC) 24 #define TARGET_DEFAULT (MASK_EABI | MASK_ALTIVEC)
25
26 #undef TARGET_VERSION
27 #define TARGET_VERSION fprintf (stderr, " (PowerPC Embedded with AltiVec)");
28 25
29 #undef SUBSUBTARGET_OVERRIDE_OPTIONS 26 #undef SUBSUBTARGET_OVERRIDE_OPTIONS
30 #define SUBSUBTARGET_OVERRIDE_OPTIONS rs6000_altivec_abi = 1 27 #define SUBSUBTARGET_OVERRIDE_OPTIONS rs6000_altivec_abi = 1