diff options
author | Catherine Moore <clm@gcc.gnu.org> | 2000-02-21 15:48:23 -0500 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2000-02-21 15:48:23 -0500 |
commit | 1e387156a844a5c5a016d65bfe29e1cf0fd2ec64 (patch) | |
tree | 0bfc093469d63aebd9d73edd0a933f455281d603 /gcc | |
parent | abcabbbf3edb5782d34912bf573abc69ca6b8b90 (diff) | |
download | gcc-1e387156a844a5c5a016d65bfe29e1cf0fd2ec64.zip gcc-1e387156a844a5c5a016d65bfe29e1cf0fd2ec64.tar.gz gcc-1e387156a844a5c5a016d65bfe29e1cf0fd2ec64.tar.bz2 |
mips.h (ASM_SPEC): Add -mfix700.
* config/mips/mips.h (ASM_SPEC): Add -mfix700.
* invoke.texi (-mfix7000): Document.
From-SVN: r32092
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 1 | ||||
-rw-r--r-- | gcc/invoke.texi | 7 |
3 files changed, 13 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b194fe9..3378818 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-02-21 Catherine Moore <clm@cygnus.com> + + * config/mips/mips.h (ASM_SPEC): Add -mfix700. + * invoke.texi (-mfix7000): Document. + 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com> * diagnostic.c (init_output_buffer): Make it possible to output at @@ -116,6 +121,7 @@ Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort in unhandled case. +>>>>>>> 1.5739 2000-02-18 Nick Clifton <nickc@cygnus.com> * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 437cf06..17b520e 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -828,6 +828,7 @@ while (0) %(subtarget_asm_optimizing_spec) \ %(subtarget_asm_debugging_spec) \ %{membedded-pic} \ +%{mfix7000} \ %{mabi=32:-32}%{mabi=o32:-32}%{mabi=n32:-n32}%{mabi=64:-64}%{mabi=n64:-64} \ %(target_asm_spec) \ %(subtarget_asm_spec)" diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 09cbfc9..7be87e2 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -349,7 +349,7 @@ in the following sections. -m4650 -msingle-float -mmad -mstats -EL -EB -G @var{num} -nocpp -mabi=32 -mabi=n32 -mabi=64 -mabi=eabi --mno-crt0 +-mfix7000 -mno-crt0 @emph{i386 Options} -mcpu=@var{cpu type} @@ -5781,6 +5781,11 @@ value. Tell the MIPS assembler to not run its preprocessor over user assembler files (with a @samp{.s} suffix) when assembling them. +@item -mfix7000 +Pass an option to gas which will cause nops to be inserted if +the read of the destination register of an mfhi or mflo instruction +occurs in the following two instructions. + @item -no-crt0 Do not include the default crt0. @end table |