diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:51:52 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:51:52 +0000 |
commit | 364215c8452ec89e9dd66d5cd92ae6e62bee607d (patch) | |
tree | 323077b1909ac78c24056644be411786eb4add2e /gas/ChangeLog | |
parent | 9e12b7a2b02287bfb0aed676132f7ba22fc9532d (diff) | |
download | gdb-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/ChangeLog | 9 |
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) |