diff options
Diffstat (limited to 'bfd/i386linux.c')
-rw-r--r-- | bfd/i386linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386linux.c b/bfd/i386linux.c index f3e6ee9..461a7a5 100644 --- a/bfd/i386linux.c +++ b/bfd/i386linux.c @@ -38,7 +38,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 (i386linux_,OP) +#define MY(OP) CONCAT2 (i386_aout_linux_,OP) #define TARGETNAME "a.out-i386-linux" extern const bfd_target MY(vec); |