tc-mn10200.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* tc-mn10200.h -- Header file for tc-mn10200.c.
  2. Copyright (C) 1996-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 the Free
  14. Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
  15. 02110-1301, USA. */
  16. #define TC_MN10200
  17. #define TARGET_BYTES_BIG_ENDIAN 0
  18. /* The target BFD architecture. */
  19. #define TARGET_ARCH bfd_arch_mn10200
  20. #define TARGET_FORMAT "elf32-mn10200"
  21. #define md_operand(x)
  22. /* Permit temporary numeric labels. */
  23. #define LOCAL_LABELS_FB 1
  24. /* We don't need to handle .word strangely. */
  25. #define WORKING_DOT_WORD
  26. #define md_number_to_chars number_to_chars_littleendian
  27. /* Don't bother to adjust relocs. */
  28. #define tc_fix_adjustable(FIX) 0
  29. /* We do relaxing in the assembler as well as the linker. */
  30. extern const struct relax_type md_relax_table[];
  31. #define TC_GENERIC_RELAX_TABLE md_relax_table