diff options
Diffstat (limited to 'bfd/aout-ns32k.h')
-rw-r--r-- | bfd/aout-ns32k.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/aout-ns32k.h b/bfd/aout-ns32k.h new file mode 100644 index 0000000..7ab15de --- /dev/null +++ b/bfd/aout-ns32k.h @@ -0,0 +1,17 @@ +/* Written by Ian Dall + * 5-Jun-94 + */ +#define MYNS(OP) CAT(ns32kaout_,OP) +CONST struct reloc_howto_struct * +MYNS(bfd_reloc_type_lookup) + PARAMS((bfd *abfd AND + bfd_reloc_code_real_type code)); + +boolean +MYNS(write_object_contents) + PARAMS((bfd *abfd)); + +/* Avoid multiple definitions from aoutx if supporting standard a.out format(s) + * as well as this one + */ +#define NAME(x,y) CAT3(ns32kaout, _32_, y) |