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/testsuite | |
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/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/vr4122.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/vr4122.s | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 05712ef..1e262f1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2004-04-14 Richard Sandiford <rsandifo@redhat.com> + * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120. + +2004-04-14 Richard Sandiford <rsandifo@redhat.com> + * gas/elf/section2.e-mips: Allow named section symbols. * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise. diff --git a/gas/testsuite/gas/mips/vr4122.d b/gas/testsuite/gas/mips/vr4122.d index 9ff3b6d..99e0043 100644 --- a/gas/testsuite/gas/mips/vr4122.d +++ b/gas/testsuite/gas/mips/vr4122.d @@ -1,6 +1,6 @@ #objdump: -dz --prefix-addresses -m mips:4120 -#as: -32 -march=vr4120 -mtune=vr4120 -mfix-vr4122-bugs -#name: MIPS vr4122 workarounds +#as: -32 -march=vr4120 -mfix-vr4120 +#name: MIPS vr4120 workarounds .*: +file format .*mips.* diff --git a/gas/testsuite/gas/mips/vr4122.s b/gas/testsuite/gas/mips/vr4122.s index 6c38c88..4661e1a 100644 --- a/gas/testsuite/gas/mips/vr4122.s +++ b/gas/testsuite/gas/mips/vr4122.s @@ -1,4 +1,4 @@ -# Test that certain vr4122 hardware bugs are worked around. +# Test workarounds selected by -mfix-vr4120. # Note that we only work around bugs gcc may generate. r21: |