diff options
Diffstat (limited to 'bfd/m88kmach3.c')
-rw-r--r-- | bfd/m88kmach3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/m88kmach3.c b/bfd/m88kmach3.c index 4e74dd9..b6c87fb 100644 --- a/bfd/m88kmach3.c +++ b/bfd/m88kmach3.c @@ -35,7 +35,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 (m88kmach3_,OP) +#define MY(OP) CONCAT2 (m88k_aout_mach3_,OP) #define TARGETNAME "a.out-m88k-mach3" #include "aout-target.h" |