* config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.
This commit is contained in:
parent
74eeebeafb
commit
1eb7027ca2
@ -1,3 +1,7 @@
|
|||||||
|
1999-08-08 Jakub Jelinek <jj@ultra.linux.cz>
|
||||||
|
|
||||||
|
* config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.
|
||||||
|
|
||||||
1999-08-08 Ian Lance Taylor <ian@zembu.com>
|
1999-08-08 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
* Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
|
* Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
|
||||||
|
@ -2159,6 +2159,9 @@ sparc_ip (str, pinsn)
|
|||||||
if (s1)
|
if (s1)
|
||||||
{
|
{
|
||||||
*s1 = '\0';
|
*s1 = '\0';
|
||||||
|
if (op_arg && s1 == s + 1)
|
||||||
|
the_insn.exp.X_op = O_absent;
|
||||||
|
else
|
||||||
(void) get_expression (s);
|
(void) get_expression (s);
|
||||||
*s1 = '+';
|
*s1 = '+';
|
||||||
if (op_arg)
|
if (op_arg)
|
||||||
|
Loading…
Reference in New Issue
Block a user