diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-09 09:22:25 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-09 09:22:25 +0000 |
commit | 7d10b47d345a502553140c66912cf3c9505bb93d (patch) | |
tree | 6ec503a4ef6596fad1478dcb0b5add3c485d3f6f /gas/ChangeLog | |
parent | 404a80717cae4ad3273ae1a3920301ed1db91012 (diff) | |
download | gdb-7d10b47d345a502553140c66912cf3c9505bb93d.zip gdb-7d10b47d345a502553140c66912cf3c9505bb93d.tar.gz gdb-7d10b47d345a502553140c66912cf3c9505bb93d.tar.bz2 |
* config/tc-mips.h (mips_flush_pending_output): Delete.
(mips_emit_delays): Declare.
(md_flush_pending_output): Use mips_emit_delays.
* config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
the previous instructions.
(md_begin, append_insn, md_parse_option): Update callers.
(mips_emit_delay): Remove parameter. Move INSNS != 0 code to
start_noreorder.
(mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
(s_gpdword): Update callers.
(start_noreorder, end_noreorder): New functions.
(macro, macro2, mips16_macro, s_mipsset): Use them instead of
manipulating mips_opts or prev_nop_frag directly.
(mips_flush_pending_output): Delete.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 15e12c8..160fb72 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,22 @@ 2005-03-09 Richard Sandiford <rsandifo@redhat.com> + * config/tc-mips.h (mips_flush_pending_output): Delete. + (mips_emit_delays): Declare. + (md_flush_pending_output): Use mips_emit_delays. + * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget + the previous instructions. + (md_begin, append_insn, md_parse_option): Update callers. + (mips_emit_delay): Remove parameter. Move INSNS != 0 code to + start_noreorder. + (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword) + (s_gpdword): Update callers. + (start_noreorder, end_noreorder): New functions. + (macro, macro2, mips16_macro, s_mipsset): Use them instead of + manipulating mips_opts or prev_nop_frag directly. + (mips_flush_pending_output): Delete. + +2005-03-09 Richard Sandiford <rsandifo@redhat.com> + * config/tc-mips.c (mips_move_labels): New function, taken from... (append_insn, mips_emit_delays): ...here. |