diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-14 21:35:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-14 21:35:54 +0000 |
commit | 1fb83be62b5f5a9003124a42c276b9821f58dce1 (patch) | |
tree | bef9114abac1f77ee395fdc27fa6f03d0deffbf0 /bfd/aout-ns32k.h | |
parent | 8e3ff8235415e2ae6bb56e21b020ac585616993a (diff) | |
download | gdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.zip gdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.tar.gz gdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.tar.bz2 |
NS32K changes from Ian Dall.
Note: Some of the ns32k-specific files do require gcc to compile at present.
This will be fixed.
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) |