home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / bfd / aout-ns32k.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-14  |  419 b   |  18 lines

  1. /* Written by Ian Dall
  2.  *            5-Jun-94
  3.  */
  4. #define MYNS(OP) CAT(ns32kaout_,OP)
  5. CONST struct reloc_howto_struct *
  6. MYNS(bfd_reloc_type_lookup)
  7.   PARAMS((bfd *abfd AND
  8.       bfd_reloc_code_real_type code));
  9.  
  10. boolean
  11. MYNS(write_object_contents)
  12.   PARAMS((bfd *abfd));
  13.  
  14. /* Avoid multiple definitions from aoutx if supporting standard a.out format(s)
  15.  * as well as this one
  16.  */
  17. #define NAME(x,y) CAT3(ns32kaout, _32_, y)
  18.