diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-04-14 07:48:49 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-04-14 07:48:49 +0000 |
commit | d766e8ec5050cef93be39b7b7fbd3142a7a587cd (patch) | |
tree | 4923f4ce96b77deebcaf2afb6612e0ea0cc78c29 /gas/ChangeLog | |
parent | e9e2c3f6cf08b74babad85070dca2845317830e8 (diff) | |
download | gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.zip gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.tar.gz gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.tar.bz2 |
* doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
-{no-}mfix-vr4122-bugs.
* config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
(append_insn, mips_emit_delays): Update accordingly.
(OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
(md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
(md_parse_option): Update after above changes.
(md_show_usage): Add -mfix-vr4120.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cae9c0..66949b0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-04-14 Richard Sandiford <rsandifo@redhat.com> + + * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from + -{no-}mfix-vr4122-bugs. + * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs. + (append_insn, mips_emit_delays): Update accordingly. + (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122. + (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120. + (md_parse_option): Update after above changes. + (md_show_usage): Add -mfix-vr4120. + 2004-04-13 Bob Wilson <bob.wilson@acm.org> * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use |