diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-30 18:47:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-30 18:47:29 +0000 |
commit | f255457995cec1a0456e9e0521fc00f1a920d901 (patch) | |
tree | 41b26461bd0029ccdba57dd1284249a954040fa3 /gas | |
parent | 8d9171304f2a3f763c3bc15775d63ddad0ba3451 (diff) | |
download | gdb-f255457995cec1a0456e9e0521fc00f1a920d901.zip gdb-f255457995cec1a0456e9e0521fc00f1a920d901.tar.gz gdb-f255457995cec1a0456e9e0521fc00f1a920d901.tar.bz2 |
* 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'.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 425cd95..9423c9f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Thu Jun 30 14:36:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * 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'. + Wed Jun 29 17:30:46 1994 Stan Shebs (shebs@andros.cygnus.com) * as.c (show_usage): Break long string into shorter ones. |