From b15591bb36cc0a263f3fa2e8cdd20021fd4a26fc Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Thu, 29 May 2008 16:03:41 +0000 Subject: [PATCH] * config/tc-mips.c (mips_cpu_info_table): Move records for ST Loongson-2E/2F processors to a better place. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.c | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 44319fe3b5..74be89b768 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-05-29 Maxim Kuvyrkov + + * 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 PR gas/6518 diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 1cac6105ee..484f5b40f4 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 }, -- 2.34.1