diff options
Diffstat (limited to 'bfd/i386aout.c')
-rw-r--r-- | bfd/i386aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386aout.c b/bfd/i386aout.c index 4cde583..4b5a83d 100644 --- a/bfd/i386aout.c +++ b/bfd/i386aout.c @@ -36,7 +36,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 (i386aout_,OP) +#define MY(OP) CONCAT2 (i386_aout_,OP) #define TARGETNAME "a.out-i386" #define NO_WRITE_HEADER_KLUDGE 1 |