diff options
Diffstat (limited to 'bfd/vaxbsd.c')
-rw-r--r-- | bfd/vaxbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vaxbsd.c b/bfd/vaxbsd.c index e80e3f2..54e8a32 100644 --- a/bfd/vaxbsd.c +++ b/bfd/vaxbsd.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 (vaxbsd_,OP) +#define MY(OP) CONCAT2 (vax_aout_bsd_,OP) #define TARGETNAME "a.out-vax-bsd" |