OSDN Git Service

Jakub Jelinek <jj@ultra.linux.cz>
authorrth <rth>
Thu, 10 Jun 1999 21:11:37 +0000 (21:11 +0000)
committerrth <rth>
Thu, 10 Jun 1999 21:11:37 +0000 (21:11 +0000)
commitd167ec8ce76a3fffeab3a9e7109d265cbb910c65
treee078694480d35846b6131d4066855757201cd112
parent5c91b7964cf2be7f0fa6aab915e903e19b083808
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