diff options
Diffstat (limited to 'bfd/sparcnetbsd.c')
-rw-r--r-- | bfd/sparcnetbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sparcnetbsd.c b/bfd/sparcnetbsd.c index b549ddd..42d94e7 100644 --- a/bfd/sparcnetbsd.c +++ b/bfd/sparcnetbsd.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 (sparcnetbsd_,OP) +#define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP) /* This needs to start with a.out so GDB knows it is an a.out variant. */ #define TARGETNAME "a.out-sparc-netbsd" |