diff options
Diffstat (limited to 'bfd/m68klinux.c')
-rw-r--r-- | bfd/m68klinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/m68klinux.c b/bfd/m68klinux.c index 36d1405..036870f 100644 --- a/bfd/m68klinux.c +++ b/bfd/m68klinux.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 (m68klinux_,OP) +#define MY(OP) CONCAT2 (m68k_aout_linux_,OP) #define TARGETNAME "a.out-m68k-linux" extern const bfd_target MY(vec); |