te-irix.h 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. /* IRIX targets
  2. Copyright (C) 2002-2015 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 the Free
  14. Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
  15. 02110-1301, USA. */
  16. /* This file is te-irix.h and is intended to provide support for
  17. IRIX targets. Created by Alexandre Oliva <aoliva@redhat.com>. */
  18. #define TE_IRIX 1
  19. /* these define interfaces */
  20. #ifdef OBJ_HEADER
  21. #include OBJ_HEADER
  22. #else
  23. #include "obj-format.h"
  24. #endif