diff options
Diffstat (limited to 'bfd/i386bsd.c')
-rw-r--r-- | bfd/i386bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index d6f36a5..d1ed35b 100644 --- a/bfd/i386bsd.c +++ b/bfd/i386bsd.c @@ -39,7 +39,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 (i386bsd_,OP) +#define MY(OP) CONCAT2 (i386_aout_bsd_,OP) #define TARGETNAME "a.out-i386-bsd" #include "sysdep.h" |