diff options
author | Catherine Moore <clm@redhat.com> | 2000-02-21 20:00:33 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2000-02-21 20:00:33 +0000 |
commit | 6b76fefe3bb5636877487e33fd4b6ea14591fec8 (patch) | |
tree | f892ae3c77cd29d2aa529f244d0d3c19c0d281b5 /gas/ChangeLog | |
parent | 750334d7543e810f17faa353e97c1a25217b9053 (diff) | |
download | gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.zip gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.tar.gz gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.tar.bz2 |
* config/tc-mips.c (MF_HILO_INSN): Define.
(mips_7000_hilo_fix): Declare.
(append_insn): Conditionally insert nops after an mfhi/mflo insn.
(md_parse_option): Check for 7000_HILO_FIX options.
(OPTION_M7000_HILO_FIX): Define.
(OPTION_NO_M7000_HILO_FIX): Define.
* doc/c-mips.texi (-mfix7000): Describe.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1b944a9..eb6d0fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2000-02-21 Catherine Moore <clm@cygnus.com> + + * config/tc-mips.c (MF_HILO_INSN): Define. + (mips_7000_hilo_fix): Declare. + (append_insn): Conditionally insert nops after an mfhi/mflo insn. + (md_parse_option): Check for 7000_HILO_FIX options. + (OPTION_M7000_HILO_FIX): Define. + (OPTION_NO_M7000_HILO_FIX): Define. + * doc/c-mips.texi (-mfix7000): Describe. + 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au> * listing.c (print_lines): Remove unused variable `end'. |