aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-08-19 19:30:37 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2013-08-19 19:30:37 +0000
commitd436c1c2e8898405f7d58660baac71798f9fc90a (patch)
tree66e485d8d6b0cd67a6690cfcb21021cb94d9c5ff /gas/ChangeLog
parent1a00e61226b3ff5d9be22992b7c4bf15bda6edb2 (diff)
downloadgdb-d436c1c2e8898405f7d58660baac71798f9fc90a.zip
gdb-d436c1c2e8898405f7d58660baac71798f9fc90a.tar.gz
gdb-d436c1c2e8898405f7d58660baac71798f9fc90a.tar.bz2
gas/
* config/tc-mips.c (match_expression): Report uses of registers here. Add a "must be an immediate expression" error. Handle elided offsets here rather than... (match_int_operand): ...here. gas/testsuite/ * gas/mips/octeon-ill.l: Adjust expected output. * gas/mips/lui-1.l, gas/mips/lui-1.s: Add more cases.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d6ab086..397a538 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+ * config/tc-mips.c (match_expression): Report uses of registers here.
+ Add a "must be an immediate expression" error. Handle elided offsets
+ here rather than...
+ (match_int_operand): ...here.
+
+2013-08-19 Richard Sandiford <rdsandiford@googlemail.com>
+
* config/tc-mips.c (mips_arg_info): Remove soft_match.
(match_out_of_range, match_not_constant): New functions.
(match_const_int): Remove fallback parameter and check for soft_match.