* config/tc-sparc.c (sparc_ip): Avoid string pasting.

This commit is contained in:
Alexandre Oliva 2000-04-05 09:38:43 +00:00
parent 57938635f5
commit 79bd78bef5
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 5 06:35:45 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* config/tc-sparc.c (sparc_ip): Avoid string pasting.
Tue Apr 4 19:27:50 2000 Hans-Peter Nilsson <hp@axis.com>
* internals.texi (CPU backend): Document

View File

@ -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. */