diff options
Diffstat (limited to 'bfd/sunos.c')
-rw-r--r-- | bfd/sunos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sunos.c b/bfd/sunos.c index 9036cdf..99bed8d 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -24,7 +24,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 (sunos_big_,OP) +#define MY(OP) CONCAT2 (sparc_aout_sunos_be_,OP) #include "sysdep.h" #include "bfd.h" |