* config/tc-mips.c (macro): For M_LI_SS, decide how to handle it
authorIan Lance Taylor <ian@airs.com>
Thu, 30 Jun 1994 18:47:29 +0000 (18:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 30 Jun 1994 18:47:29 +0000 (18:47 +0000)
commitf255457995cec1a0456e9e0521fc00f1a920d901
tree41b26461bd0029ccdba57dd1284249a954040fa3
parent8d9171304f2a3f763c3bc15775d63ddad0ba3451
* config/tc-mips.c (macro): For M_LI_SS, decide how to handle it
based on contents of imm_expr and offset_expr, rather than
mips_pic.  For M_LI_DD, decide how to handle it based on segment
name of offset_expr, rather than mips_pic.
(mips_ip): If g_switch_value < 4, use immediate values for 'l'.
If g_switch_value < 8, use .rdata rather than .lit for 'L'.
gas/ChangeLog