te-haiku.h 1.2 KB

123456789101112131415161718192021222324252627282930
  1. /* te-haiku.h -- Haiku target environment declarations.
  2. Copyright (C) 2013-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, Boston, MA
  15. 02110-1301, USA. */
  16. /* Target environment for BeOS/Haiku. It is the same as the generic
  17. target, except that it arranges via the TE_BeOS define to
  18. suppress the use of "/" as a comment character. Some code in the
  19. haiku kernel uses "/" to mean division. (What a concept!) */
  20. #define TE_Haiku 1
  21. #define LOCAL_LABELS_DOLLAR 1
  22. #define LOCAL_LABELS_FB 1
  23. #include "obj-format.h"