aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-07-14 13:51:52 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2013-07-14 13:51:52 +0000
commit364215c8452ec89e9dd66d5cd92ae6e62bee607d (patch)
tree323077b1909ac78c24056644be411786eb4add2e /gas/ChangeLog
parent9e12b7a2b02287bfb0aed676132f7ba22fc9532d (diff)
downloadgdb-364215c8452ec89e9dd66d5cd92ae6e62bee607d.zip
gdb-364215c8452ec89e9dd66d5cd92ae6e62bee607d.tar.gz
gdb-364215c8452ec89e9dd66d5cd92ae6e62bee607d.tar.bz2
gas/
* config/tc-mips.c (mips32_to_16_reg_map): Delete. (match_entry_exit_operand): New function. (match_save_restore_list_operand): Likewise. (match_operand): Use them. (check_absolute_expr): Delete. (mips16_ip): Rewrite main parsing loop to use mips_operands.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ceeb1b2..9b36c85 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+ * config/tc-mips.c (mips32_to_16_reg_map): Delete.
+ (match_entry_exit_operand): New function.
+ (match_save_restore_list_operand): Likewise.
+ (match_operand): Use them.
+ (check_absolute_expr): Delete.
+ (mips16_ip): Rewrite main parsing loop to use mips_operands.
+
+2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
+
* config/tc-mips.c: Enable functions commented out in previous patch.
(SKIP_SPACE_TABS): Move further up file.
(mips32_to_micromips_reg_b_map, mips32_to_micromips_reg_c_map)