* config/tc-mips.c (append_insn): Don't swap branch instructions
authorIan Lance Taylor <ian@airs.com>
Wed, 18 Aug 1993 19:45:17 +0000 (19:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 18 Aug 1993 19:45:17 +0000 (19:45 +0000)
commit19ed89603568a00c7c5cd88e14a4a87d19aa98e4
treea6ca81034086284252d4a6d227507d63b5756c55
parent45b1470513cfef2af6fd5532d33a54a840b4600a
* config/tc-mips.c (append_insn): Don't swap branch instructions
if .set nobopt or .set volatile.
(gp_reference): .lit8 and .lit4 are accessed via the GP register.
(macro): Added cases M_LI_S, M_LI_SS.  Fixed M_LI_D and M_LI_DD.
(mips_ip): Added cases 'F', 'L', 'f', 'l' for floating point.
* config/obj-ecoff.c: Renamed some variables to avoid shadow
warnings.
gas/ChangeLog
gas/config/tc-mips.c