eabialtivec.h revision 90075
133965Sjdp/* Core target definitions for GNU compiler
233965Sjdp   for PowerPC targeted systems with AltiVec support.
333965Sjdp   Copyright (C) 2001 Free Software Foundation, Inc.
433965Sjdp   Contributed by Aldy Hernandez (aldyh@redhat.com).
533965Sjdp
633965SjdpThis file is part of GNU CC.
733965Sjdp
833965SjdpGNU CC is free software; you can redistribute it and/or modify
933965Sjdpit under the terms of the GNU General Public License as published by
1033965Sjdpthe Free Software Foundation; either version 2, or (at your option)
1133965Sjdpany later version.
1233965Sjdp
1333965SjdpGNU CC is distributed in the hope that it will be useful,
1433965Sjdpbut WITHOUT ANY WARRANTY; without even the implied warranty of
1533965SjdpMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1633965SjdpGNU General Public License for more details.
1733965Sjdp
1833965SjdpYou should have received a copy of the GNU General Public License
1933965Sjdpalong with GNU CC; see the file COPYING.  If not, write to
2033965Sjdpthe Free Software Foundation, 59 Temple Place - Suite 330,
2133965SjdpBoston, MA 02111-1307, USA.  */
2233965Sjdp
2333965Sjdp/* Add -meabi and -maltivec to target flags.  */
2433965Sjdp#undef TARGET_DEFAULT
2533965Sjdp#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_EABI | MASK_ALTIVEC)
2633965Sjdp
2733965Sjdp#undef TARGET_VERSION
2833965Sjdp#define TARGET_VERSION fprintf (stderr, " (PowerPC Embedded with AltiVec)");
2933965Sjdp
3033965Sjdp#undef SUBSUBTARGET_OVERRIDE_OPTIONS
3133965Sjdp#define SUBSUBTARGET_OVERRIDE_OPTIONS	rs6000_altivec_abi = 1
3233965Sjdp