From 1fb83be62b5f5a9003124a42c276b9821f58dce1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 14 Jul 1994 21:35:54 +0000 Subject: NS32K changes from Ian Dall. Note: Some of the ns32k-specific files do require gcc to compile at present. This will be fixed. --- bfd/aout-ns32k.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bfd/aout-ns32k.h (limited to 'bfd/aout-ns32k.h') 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) -- cgit v1.1