diff options
Diffstat (limited to 'bfd/armnetbsd.c')
-rw-r--r-- | bfd/armnetbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/armnetbsd.c b/bfd/armnetbsd.c index acb7aa5..05b7635 100644 --- a/bfd/armnetbsd.c +++ b/bfd/armnetbsd.c @@ -31,7 +31,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 (armnetbsd_, OP) +#define MY(OP) CONCAT2 (arm_aout_nbsd_, OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-arm-netbsd" |