diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-04-05 09:38:43 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-04-05 09:38:43 +0000 |
commit | 79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd (patch) | |
tree | df52d5c37666fccd2ceaa5e49afe7f0f005755a8 /gas/config | |
parent | 57938635f57dadd1b711d66cb119e8ad807747b7 (diff) | |
download | gdb-79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd.zip gdb-79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd.tar.gz gdb-79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd.tar.bz2 |
* config/tc-sparc.c (sparc_ip): Avoid string pasting.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-sparc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 1e72300..149610e 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. */ |