mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/tc-sparc.c (sparc_ip): Avoid string pasting.
This commit is contained in:
parent
57938635f5
commit
79bd78bef5
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user