s390x.h 925 B

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