From: Alexandre Oliva Date: Wed, 5 Apr 2000 09:36:19 +0000 (+0000) Subject: * config/tc-sparc.c (sparc_ip): Avoid string pasting. X-Git-Tag: binutils-2_10~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90cd735643e51ca1538bef1df3436b7e3f024b0b;p=thirdparty%2Fbinutils-gdb.git * config/tc-sparc.c (sparc_ip): Avoid string pasting. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ab33954219f..0cae5c9c35b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-04-05 Alexandre Oliva + + * config/tc-sparc.c (sparc_ip): Avoid string pasting. + 2000-04-04 Alan Modra * po/gas.pot: Regenerate. diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 1e7230061de..149610e4699 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -1894,8 +1894,7 @@ sparc_ip (str, pinsn) if ((mask & ~1) == 2 && sparc_arch_size == 64 && no_undeclared_regs && ! globals [mask]) - as_bad (_("detected global register use not " - "covered by .register pseudo-op")); + as_bad (_("detected global register use not covered by .register pseudo-op")); /* Got the register, now figure out where it goes in the opcode. */