mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/tc-mips.c (mips_cpu_info_table): Move records for
ST Loongson-2E/2F processors to a better place.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_cpu_info_table): Move records for
|
||||||
|
ST Loongson-2E/2F processors to a better place.
|
||||||
|
|
||||||
2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
|
2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/6518
|
PR gas/6518
|
||||||
|
@ -14829,6 +14829,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
|||||||
{ "r4600", 0, ISA_MIPS3, CPU_R4600 },
|
{ "r4600", 0, ISA_MIPS3, CPU_R4600 },
|
||||||
{ "orion", 0, ISA_MIPS3, CPU_R4600 },
|
{ "orion", 0, ISA_MIPS3, CPU_R4600 },
|
||||||
{ "r4650", 0, ISA_MIPS3, CPU_R4650 },
|
{ "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 */
|
/* MIPS IV */
|
||||||
{ "r8000", 0, ISA_MIPS4, CPU_R8000 },
|
{ "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,
|
{ "sb1a", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX,
|
||||||
ISA_MIPS64, CPU_SB1 },
|
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 */
|
/* Cavium Networks Octeon CPU core */
|
||||||
{ "octeon", 0, ISA_MIPS64R2, CPU_OCTEON },
|
{ "octeon", 0, ISA_MIPS64R2, CPU_OCTEON },
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user