diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2009-08-05 00:44:01 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2009-08-05 00:44:01 +0000 |
commit | 30f8113aa76f852675280e7f1575de4c8018dea4 (patch) | |
tree | ce4c5e25c2f6cd5e9bb73be506c5da6b432066f5 /gas | |
parent | e1d0c9e0d7f76c9eae5cc65824672f921a73ea47 (diff) | |
download | fsf-binutils-gdb-30f8113aa76f852675280e7f1575de4c8018dea4.zip fsf-binutils-gdb-30f8113aa76f852675280e7f1575de4c8018dea4.tar.gz fsf-binutils-gdb-30f8113aa76f852675280e7f1575de4c8018dea4.tar.bz2 |
2009-08-04 Sandra Loosemore <sandra@codesourcery.com>
gas/
* doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
* config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-mips.c | 9 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 4 |
3 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 58564c6..aea4619 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-08-04 Sandra Loosemore <sandra@codesourcery.com> + + * doc/c-mips.texi (MIPS Opts): List 1004K options for -march. + * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores. + 2009-08-04 Nathan Sidwell <nathan@codesourcery.com> * config/tc-arm.c (my_get_expression): Detect missing expressions. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index b86aeda..5f8d447 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -15257,6 +15257,15 @@ static const struct mips_cpu_info mips_cpu_info_table[] = ISA_MIPS32R2, CPU_MIPS32R2 }, { "74kx", MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 }, + /* 1004K cores are multiprocessor versions of the 34K. */ + { "1004kc", MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT, + ISA_MIPS32R2, CPU_MIPS32R2 }, + { "1004kf2_1", MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT, + ISA_MIPS32R2, CPU_MIPS32R2 }, + { "1004kf", MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT, + ISA_MIPS32R2, CPU_MIPS32R2 }, + { "1004kf1_1", MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT, + ISA_MIPS32R2, CPU_MIPS32R2 }, /* MIPS 64 */ { "5kc", 0, ISA_MIPS64, CPU_MIPS64 }, diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index ae1eb1d..815de80 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -272,6 +272,10 @@ m4kp, 74kf, 74kf1_1, 74kf3_2, +1004kc, +1004kf2_1, +1004kf, +1004kf1_1, 5kc, 5kf, 20kc, |