diff options
Diffstat (limited to 'bfd/aout0.c')
-rw-r--r-- | bfd/aout0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout0.c b/bfd/aout0.c index ea9617d..a0370e3 100644 --- a/bfd/aout0.c +++ b/bfd/aout0.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 (aout0_big_,OP) +#define MY(OP) CONCAT2 (aout0_be_,OP) #include "sysdep.h" #include "bfd.h" |