diff options
Diffstat (limited to 'bfd/ns32knetbsd.c')
-rw-r--r-- | bfd/ns32knetbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index 3fbb834..4af3aea 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -30,7 +30,7 @@ /* Do not "beautify" the CONCAT* macro args. Traditional C will not remove whitespace added here, and thus will fail to concatenate the tokens. */ -#define MY(OP) CONCAT2 (pc532netbsd_,OP) +#define MY(OP) CONCAT2 (ns32k_aout_pc532nbsd_,OP) #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y) @@ -43,7 +43,7 @@ /* We can`t use the MYNS macro here for cpp reasons too subtle for me -- IWD. */ -#define MY_bfd_reloc_type_lookup ns32kaout_bfd_reloc_type_lookup +#define MY_bfd_reloc_type_lookup ns32k_aout_bfd_reloc_type_lookup #include "sysdep.h" #include "bfd.h" /* To ensure following declaration is OK. */ |