diff options
Diffstat (limited to 'bfd/m88kopenbsd.c')
-rw-r--r-- | bfd/m88kopenbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/m88kopenbsd.c b/bfd/m88kopenbsd.c index 4fa8f9c..d970d94 100644 --- a/bfd/m88kopenbsd.c +++ b/bfd/m88kopenbsd.c @@ -28,7 +28,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 (m88kopenbsd_,OP) +#define MY(OP) CONCAT2 (m88k_aout_obsd_,OP) #define TARGETNAME "a.out-m88k-openbsd" #include "netbsd.h" |