diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-14 08:36:59 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-14 08:36:59 +0000 |
commit | 3f43a60d83548635e5302f3002a2462077c6843a (patch) | |
tree | 8868a5d185e1a4c794304d3bfc4711819a15e8dc /gcc/config/mips/vr.h | |
parent | 75d034d9a8243052965e32e7d48fff5b3a31385c (diff) | |
download | gcc-3f43a60d83548635e5302f3002a2462077c6843a.tar.gz |
* doc/invoke.texi: Rename MIPS's -mfix-vr4122-bugs to -mfix-vr4120.
* config/mips/mips.h (MASK_FIX_VR4120): Renamed from MASK_FIX_VR4122.
(TARGET_FIX_VR4120): Likewise TARGET_FIX_VR4122.
(TARGET_SWITCHES): Replace -mfix-vr4122-bugs with -mfix-vr4120.
(ASM_SPEC): Update accordingly.
* config/mips/mips.c: Update after above renaming.
* config/mips/mips.md, config/mips/t-vr, config/mips/vr.h: Likewise.
* config/mips/vr4120-div.S: Renamed from vr4122-div.S.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/vr.h')
-rw-r--r-- | gcc/config/mips/vr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/vr.h b/gcc/config/mips/vr.h index cbc73671c9e..38f7e129429 100644 --- a/gcc/config/mips/vr.h +++ b/gcc/config/mips/vr.h @@ -28,10 +28,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "march=" DEFAULT_VR_ARCH } #define DRIVER_SELF_SPECS \ - /* Make -mfix-vr4122-bugs imply -march=vr4120. This cuts down \ + /* Make -mfix-vr4120 imply -march=vr4120. This cuts down \ on command-line tautology and makes it easier for t-vr to \ - provide a -mfix-vr4122-bugs multilib. */ \ - "%{mfix-vr4122-bugs:%{!march=*:-march=vr4120}}", \ + provide a -mfix-vr4120 multilib. */ \ + "%{mfix-vr4120:%{!march=*:-march=vr4120}}", \ \ /* Make -mabi=eabi -mlong32 the default. */ \ "%{!mabi=*:-mabi=eabi %{!mlong*:-mlong32}}", \ |