aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-09-07 05:54:12 +0000
committerThiemo Seufer <ths@networkno.de>2001-09-07 05:54:12 +0000
commit553178e47b1d01715741459d1f828a86c1a2a51b (patch)
tree3cdb462b859522ec4df5bd586b6b933c5a2717bf /gas/ChangeLog
parentcb56d3d327dc7fd17dbc3e3f95131cb6b312f18e (diff)
downloadgdb-553178e47b1d01715741459d1f828a86c1a2a51b.zip
gdb-553178e47b1d01715741459d1f828a86c1a2a51b.tar.gz
gdb-553178e47b1d01715741459d1f828a86c1a2a51b.tar.bz2
Reallow unrestricted use of .set mipsX pseudo-op in gas.
Update testcases accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 18a62f0..297b304 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+ * config/tc-mips.c (s_mipsset): Reallow unrestricted use of .set mipsX
+ pseudo-op.
+
+2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
* config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL.
(macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
PIC, BFD_RELOC_16_PCREL for the rest.