diff options
author | Catherine Moore <clm@codesourcery.com> | 2012-08-01 16:59:31 -0400 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2012-08-01 16:59:31 -0400 |
commit | fdd195f49b06618c0ec8a30cbc6c5495038e34b5 (patch) | |
tree | 25e5dc8fecee8d61a02e206a4c82dc917d42e105 /gcc/doc | |
parent | 70ce4a25c465584cee191674cefe7b00aa47def4 (diff) | |
download | gcc-fdd195f49b06618c0ec8a30cbc6c5495038e34b5.zip gcc-fdd195f49b06618c0ec8a30cbc6c5495038e34b5.tar.gz gcc-fdd195f49b06618c0ec8a30cbc6c5495038e34b5.tar.bz2 |
mips-cpus.def (34kn): New.
2012-08-01 Catherine Moore <clm@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
gcc/
* config/mips/mips-cpus.def (34kn): New.
* config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Add 34kn.
(BASE_DRIVER_SELF_SPECS): Do not imply -mdsp for the 34kn.
* config/mips/mips-tables.opt: Regenerate.
* doc/invoke.texi (MIPS Options): Document -march=34kn.
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r190053
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5686f9a..857fc40 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15376,7 +15376,7 @@ The processor names are: @samp{20kc}, @samp{24kc}, @samp{24kf2_1}, @samp{24kf1_1}, @samp{24kec}, @samp{24kef2_1}, @samp{24kef1_1}, -@samp{34kc}, @samp{34kf2_1}, @samp{34kf1_1}, +@samp{34kc}, @samp{34kf2_1}, @samp{34kf1_1}, @samp{34kn}, @samp{74kc}, @samp{74kf2_1}, @samp{74kf1_1}, @samp{74kf3_2}, @samp{1004kc}, @samp{1004kf2_1}, @samp{1004kf1_1}, @samp{loongson2e}, @samp{loongson2f}, @samp{loongson3a}, |