diff options
Diffstat (limited to 'bfd/hp300bsd.c')
-rw-r--r-- | bfd/hp300bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hp300bsd.c b/bfd/hp300bsd.c index 314b984..9cca44a 100644 --- a/bfd/hp300bsd.c +++ b/bfd/hp300bsd.c @@ -29,7 +29,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 (hp300bsd_,OP) +#define MY(OP) CONCAT2 (m68k_aout_hp300bsd_,OP) #define TARGETNAME "a.out-hp300bsd" #include "sysdep.h" |