diff options
Diffstat (limited to 'bfd/aout-sparcle.c')
-rw-r--r-- | bfd/aout-sparcle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-sparcle.c b/bfd/aout-sparcle.c index 7fca027..0d75a28 100644 --- a/bfd/aout-sparcle.c +++ b/bfd/aout-sparcle.c @@ -23,7 +23,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 (sparcle_aout_,OP) +#define MY(OP) CONCAT2 (sparc_aout_le_,OP) #include "sysdep.h" #include "bfd.h" |