diff options
author | Catherine Moore <clm@redhat.com> | 2011-04-20 16:45:35 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2011-04-20 16:45:35 +0000 |
commit | 15be625dff82153e4e05018a22c6cd66ba160f70 (patch) | |
tree | d3ced245faa56011605663e0c5d2eff3ff376306 /gas/ChangeLog | |
parent | 17b09558c02f02db2aaab8f3ecce346f1279a12a (diff) | |
download | gdb-15be625dff82153e4e05018a22c6cd66ba160f70.zip gdb-15be625dff82153e4e05018a22c6cd66ba160f70.tar.gz gdb-15be625dff82153e4e05018a22c6cd66ba160f70.tar.bz2 |
2011-04-20 Catherine Moore <clm@codesourcery.com>
David Ung <davidu@mips.com>
* config/mips.c (mips_cl_insn): Add new field complete_p.
(create_insn): Initialize complete_p to zero.
(BASE_REG_EQ): New.
(fix_24k_align_to): New.
(fix_24k_store_info): Declare.
(fix_24k_sort): New.
(fix_24k_record_store_info): New.
(nops_for_24k): New.
(nops_for_insn): Call nops_for_24k.
(append_insn): Move O_constant expression handling.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a21ff3..9721288 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2011-04-20 Catherine Moore <clm@codesourcery.com> + David Ung <davidu@mips.com> + + * config/mips.c (mips_cl_insn): Add new field complete_p. + (create_insn): Initialize complete_p to zero. + (BASE_REG_EQ): New. + (fix_24k_align_to): New. + (fix_24k_store_info): Declare. + (fix_24k_sort): New. + (fix_24k_record_store_info): New. + (nops_for_24k): New. + (nops_for_insn): Call nops_for_24k. + (append_insn): Move O_constant expression handling. + 2011-04-20 Alan Modra <amodra@gmail.com> * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size. |