]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/s390/s390x.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / s390 / s390x.h
CommitLineData
d50213e6 1/* Definitions of target machine for IBM zSeries 64-bit
fbd26352 2 Copyright (C) 2002-2019 Free Software Foundation, Inc.
d50213e6 3 Contributed by Hartmut Penner (hpenner@de.ibm.com) and
4 Ulrich Weigand (uweigand@de.ibm.com).
d50213e6 5
1e98c8f3 6This file is part of GCC.
d50213e6 7
1e98c8f3 8GCC is free software; you can redistribute it and/or modify it under
9the terms of the GNU General Public License as published by the Free
038d1e19 10Software Foundation; either version 3, or (at your option) any later
1e98c8f3 11version.
12
13GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14WARRANTY; without even the implied warranty of MERCHANTABILITY or
15FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16for more details.
d50213e6 17
18You should have received a copy of the GNU General Public License
038d1e19 19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
d50213e6 21
22#ifndef _S390X_H
23#define _S390X_H
24
25#define DEFAULT_TARGET_64BIT
26
27#endif