]> 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
58d10f89 1/* Definitions of target machine for IBM zSeries 64-bit
7adcbafe 2 Copyright (C) 2002-2022 Free Software Foundation, Inc.
58d10f89
UW
3 Contributed by Hartmut Penner (hpenner@de.ibm.com) and
4 Ulrich Weigand (uweigand@de.ibm.com).
58d10f89 5
58add37a 6This file is part of GCC.
58d10f89 7
58add37a
UW
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
2f83c7d6 10Software Foundation; either version 3, or (at your option) any later
58add37a
UW
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.
58d10f89
UW
17
18You should have received a copy of the GNU General Public License
2f83c7d6
NC
19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
58d10f89
UW
21
22#ifndef _S390X_H
23#define _S390X_H
24
25#define DEFAULT_TARGET_64BIT
26
27#endif