NS32K changes from Ian Dall.
[deliverable/binutils-gdb.git] / bfd / aout-ns32k.h
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)
This page took 0.032245 seconds and 4 git commands to generate.