te-hppa.h 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Machine specific defines for the PA machine
  2. Copyright (C) 1987-2022 Free Software Foundation, Inc.
  3. This file is part of GAS, the GNU Assembler.
  4. GAS is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3, or (at your option)
  7. any later version.
  8. GAS is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with GAS; see the file COPYING. If not, write to
  14. the Free Software Foundation, 51 Franklin Street - Fifth Floor,
  15. Boston, MA 02110-1301, USA. */
  16. /* HP PA-RISC and OSF/1 support was contributed by the Center for
  17. Software Science at the University of Utah. */
  18. /* Labels are not required to have a colon for a suffix. */
  19. #define LABELS_WITHOUT_COLONS 1
  20. /* These define interfaces. */
  21. #include "obj-format.h"