diff options
Diffstat (limited to 'bfd/sparclynx.c')
-rw-r--r-- | bfd/sparclynx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sparclynx.c b/bfd/sparclynx.c index 7ffbcb7..2a62c77 100644 --- a/bfd/sparclynx.c +++ b/bfd/sparclynx.c @@ -22,7 +22,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 (sparclynx_aout_,OP) +#define MY(OP) CONCAT2 (sparc_aout_lynx_,OP) #define TARGETNAME "a.out-sparc-lynx" #include "sysdep.h" |