xref: /openbsd/gnu/usr.bin/gcc/gcc/config/pa/pa-modes.def (revision c87b03e5)
1*c87b03e5Sespie/* Definitions of target machine for GNU compiler, for the HP Spectrum.
2*c87b03e5Sespie   Copyright (C) 2002 Free Software Foundation, Inc.
3*c87b03e5Sespie   Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
4*c87b03e5Sespie   and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
5*c87b03e5Sespie   Software Science at the University of Utah.
6*c87b03e5Sespie
7*c87b03e5SespieThis file is part of GNU CC.
8*c87b03e5Sespie
9*c87b03e5SespieGNU CC is free software; you can redistribute it and/or modify
10*c87b03e5Sespieit under the terms of the GNU General Public License as published by
11*c87b03e5Sespiethe Free Software Foundation; either version 2, or (at your option)
12*c87b03e5Sespieany later version.
13*c87b03e5Sespie
14*c87b03e5SespieGNU CC is distributed in the hope that it will be useful,
15*c87b03e5Sespiebut WITHOUT ANY WARRANTY; without even the implied warranty of
16*c87b03e5SespieMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*c87b03e5SespieGNU General Public License for more details.
18*c87b03e5Sespie
19*c87b03e5SespieYou should have received a copy of the GNU General Public License
20*c87b03e5Sespiealong with GNU CC; see the file COPYING.  If not, write to
21*c87b03e5Sespiethe Free Software Foundation, 59 Temple Place - Suite 330,
22*c87b03e5SespieBoston, MA 02111-1307, USA.  */
23*c87b03e5Sespie
24*c87b03e5Sespie/* Add any extra modes needed to represent the condition code.
25*c87b03e5Sespie
26*c87b03e5Sespie   HPPA floating comparisons produce condition codes.  */
27*c87b03e5Sespie
28*c87b03e5SespieCC (CCFP)
29*c87b03e5Sespie
30*c87b03e5Sespie
31