Jakub Jelinek <jj@ultra.linux.cz>
authorRichard Henderson <rth@redhat.com>
Thu, 10 Jun 1999 21:11:39 +0000 (21:11 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 10 Jun 1999 21:11:39 +0000 (21:11 +0000)
commita22b281cd793e1e173d7aa25c6889595974054da
tree7e7cac30d869a5bb932bc9bb95a6838915a90d33
parentb3fb1136bf891fe8b372739e0cfcdd58aedc6c75
Jakub Jelinek  <jj@ultra.linux.cz>
        * config/tc-sparc.c (sparc_ip): Don't use side-effect expression
        with isoctal.
        * config/tc-sparc.c (synthetize_setuw, synthetize_setsw,
        synthetize_setx): New functions.
        (md_assemble): Broken the special cases into the above
        functions. Make compiler happy if sizeof(bfd_vma)==4.
        Fix sethi generated from set/setuw. If instructions have a relloc,
        always clear the fields to be relocated in the opcode.
        (sparc_ip): Remove special_case global variable.
gas/ChangeLog
gas/config/tc-sparc.c