* config/tc-mips.h (mips_flush_pending_output): Delete.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 9 Mar 2005 09:22:25 +0000 (09:22 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 9 Mar 2005 09:22:25 +0000 (09:22 +0000)
commit7d10b47d345a502553140c66912cf3c9505bb93d
tree6ec503a4ef6596fad1478dcb0b5add3c485d3f6f
parent404a80717cae4ad3273ae1a3920301ed1db91012
* 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.
gas/ChangeLog
gas/config/tc-mips.c
gas/config/tc-mips.h
This page took 0.024592 seconds and 4 git commands to generate.