diff options
Diffstat (limited to 'bfd/sparclinux.c')
-rw-r--r-- | bfd/sparclinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index bb3cec9..dac3624 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -37,7 +37,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 (sparclinux_,OP) +#define MY(OP) CONCAT2 (sparc_aout_linux_,OP) #define TARGETNAME "a.out-sparc-linux" extern const bfd_target MY(vec); |