xref: /openbsd/gnu/usr.bin/gcc/gcc/config/s390/s390x.h (revision c87b03e5)
1*c87b03e5Sespie /* Definitions of target machine for IBM zSeries 64-bit
2*c87b03e5Sespie    Copyright (C) 2002 Free Software Foundation, Inc.
3*c87b03e5Sespie    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
4*c87b03e5Sespie                   Ulrich Weigand (uweigand@de.ibm.com).
5*c87b03e5Sespie This file is part of GNU CC.
6*c87b03e5Sespie 
7*c87b03e5Sespie GNU CC is free software; you can redistribute it and/or modify
8*c87b03e5Sespie it under the terms of the GNU General Public License as published by
9*c87b03e5Sespie the Free Software Foundation; either version 2, or (at your option)
10*c87b03e5Sespie any later version.
11*c87b03e5Sespie 
12*c87b03e5Sespie GNU CC is distributed in the hope that it will be useful,
13*c87b03e5Sespie but WITHOUT ANY WARRANTY; without even the implied warranty of
14*c87b03e5Sespie MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*c87b03e5Sespie GNU General Public License for more details.
16*c87b03e5Sespie 
17*c87b03e5Sespie You should have received a copy of the GNU General Public License
18*c87b03e5Sespie along with GNU CC; see the file COPYING.  If not, write to
19*c87b03e5Sespie the Free Software Foundation, 59 Temple Place - Suite 330,
20*c87b03e5Sespie Boston, MA 02111-1307, USA.  */
21*c87b03e5Sespie 
22*c87b03e5Sespie #ifndef _S390X_H
23*c87b03e5Sespie #define _S390X_H
24*c87b03e5Sespie 
25*c87b03e5Sespie #define DEFAULT_TARGET_64BIT
26*c87b03e5Sespie 
27*c87b03e5Sespie #endif
28