mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
1fb83be62b
Note: Some of the ns32k-specific files do require gcc to compile at present. This will be fixed.
18 lines
419 B
C
18 lines
419 B
C
/* 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)
|