diff options
Diffstat (limited to 'bfd/i386mach3.c')
-rw-r--r-- | bfd/i386mach3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386mach3.c b/bfd/i386mach3.c index 32c423c..233041a 100644 --- a/bfd/i386mach3.c +++ b/bfd/i386mach3.c @@ -47,7 +47,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 (i386mach3_,OP) +#define MY(OP) CONCAT2 (i386_aout_mach3_,OP) #define TARGETNAME "a.out-mach3" static bfd_boolean MY (set_sizes) (bfd *); |