diff options
Diffstat (limited to 'bfd/newsos3.c')
-rw-r--r-- | bfd/newsos3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/newsos3.c b/bfd/newsos3.c index 6ed2809..4eb4bee 100644 --- a/bfd/newsos3.c +++ b/bfd/newsos3.c @@ -25,7 +25,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 (newsos3_,OP) +#define MY(OP) CONCAT2 (m68k_aout_newsos3_,OP) #define TARGETNAME "a.out-newsos3" #define ENTRY_CAN_BE_ZERO #define DEFAULT_ARCH bfd_arch_m68k |