home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / gas / config / tc-vax.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  524b  |  28 lines

  1. /*
  2.  * This file is tc-vax.h.
  3.  */
  4.  
  5. #define TC_VAX 1
  6.  
  7. #define NO_RELOC 0
  8. #define NOP_OPCODE 0x01
  9.  
  10. #define tc_aout_pre_write_hook(x)    {;}    /* not used */
  11. #define tc_crawl_symbol_chain(a)    {;}    /* not used */
  12. #define tc_headers_hook(a)        {;}    /* not used */
  13. #define md_operand(x)
  14.  
  15. long md_chars_to_number PARAMS ((unsigned char *, int));
  16.  
  17. extern const struct relax_type md_relax_table[];
  18. #define TC_GENERIC_RELAX_TABLE md_relax_table
  19.  
  20. /*
  21.  * Local Variables:
  22.  * comment-column: 0
  23.  * fill-column: 131
  24.  * End:
  25.  */
  26.  
  27. /* end of tc-vax.h */
  28.