diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2008-05-29 16:03:41 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2008-05-29 16:03:41 +0000 |
commit | b15591bb36cc0a263f3fa2e8cdd20021fd4a26fc (patch) | |
tree | 08b6fc857a6de810cd53fe5ac0087b904dbc7475 /gas/config | |
parent | 7ea566bee7efd9a4249255fdda3c3a8e6445396e (diff) | |
download | gdb-b15591bb36cc0a263f3fa2e8cdd20021fd4a26fc.zip gdb-b15591bb36cc0a263f3fa2e8cdd20021fd4a26fc.tar.gz gdb-b15591bb36cc0a263f3fa2e8cdd20021fd4a26fc.tar.bz2 |
* config/tc-mips.c (mips_cpu_info_table): Move records for
ST Loongson-2E/2F processors to a better place.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 1cac610..484f5b4 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -14829,6 +14829,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] = { "r4600", 0, ISA_MIPS3, CPU_R4600 }, { "orion", 0, ISA_MIPS3, CPU_R4600 }, { "r4650", 0, ISA_MIPS3, CPU_R4650 }, + /* ST Microelectronics Loongson 2E and 2F cores */ + { "loongson2e", 0, ISA_MIPS3, CPU_LOONGSON_2E }, + { "loongson2f", 0, ISA_MIPS3, CPU_LOONGSON_2F }, /* MIPS IV */ { "r8000", 0, ISA_MIPS4, CPU_R8000 }, @@ -14919,10 +14922,6 @@ static const struct mips_cpu_info mips_cpu_info_table[] = { "sb1a", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX, ISA_MIPS64, CPU_SB1 }, - /* ST Microelectronics Loongson 2E and 2F cores */ - { "loongson2e", 0, ISA_MIPS3, CPU_LOONGSON_2E }, - { "loongson2f", 0, ISA_MIPS3, CPU_LOONGSON_2F }, - /* Cavium Networks Octeon CPU core */ { "octeon", 0, ISA_MIPS64R2, CPU_OCTEON }, |