]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[MIPS] Add Loongson 3A2000/3A3000 proccessor support.
authorChenghua Xu <paul.hua.gm@gmail.com>
Wed, 29 Aug 2018 12:36:23 +0000 (20:36 +0800)
committerChenghua Xu <paul.hua.gm@gmail.com>
Wed, 29 Aug 2018 12:43:19 +0000 (20:43 +0800)
bfd/
* archures.c (bfd_architecture): New machine
bfd_mach_mips_gs464e.
* bfd-in2.h (bfd_architecture): Likewise.
* cpu-mips.c (enum I_xxx): Likewise.
(arch_info_struct): Likewise.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle
E_MIPS_MACH_GS464E.
(mips_set_isa_flags): Likewise.
(mips_mach_extensions): Map bfd_mach_mips_gs464e to
bfd_mach_mips_gs464 extension.

binutils/
* NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
* readelf.c (get_machine_flags): Handle gs464e.

elfcpp/
* mips.c (EF_MIPS_MACH): New E_MIPS_MACH_GS464E.

gas/
* config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS464E.
(mips_cpu_info_table): Add gs464e descriptors.
* doc/as.texi (march table): Add gs464e.

include/
* elf/mips.h (E_MIPS_MACH_XXX): New E_MIPS_MACH_GS464E.
* opcode/mips.h (CPU_XXX): New CPU_GS464E.

ld/
* testsuite/ld-mips-elf/mips-elf-flags.exp: Run good_combination
gs464e and gs464.

opcodes/
* mips-dis.c (mips_arch_choices): Add gs464e descriptors.

21 files changed:
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/cpu-mips.c
bfd/elfxx-mips.c
binutils/ChangeLog
binutils/NEWS
binutils/readelf.c
elfcpp/ChangeLog
elfcpp/mips.h
gas/ChangeLog
gas/config/tc-mips.c
gas/doc/c-mips.texi
gold/mips.cc
include/ChangeLog
include/elf/mips.h
include/opcode/mips.h
ld/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf-flags.exp
opcodes/ChangeLog
opcodes/mips-dis.c

index 16ebfdd187a977c831050ff97aeae6d9613d5f1e..70957e18a4df3e55aa907850edb6c86855d68f37 100644 (file)
@@ -1,3 +1,16 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * archures.c (bfd_architecture): New machine
+       bfd_mach_mips_gs464e.
+       * bfd-in2.h (bfd_architecture): Likewise.
+       * cpu-mips.c (enum I_xxx): Likewise.
+       (arch_info_struct): Likewise.
+       * elfxx-mips.c (_bfd_elf_mips_mach): Handle
+       E_MIPS_MACH_GS464E.
+       (mips_set_isa_flags): Likewise.
+       (mips_mach_extensions): Map bfd_mach_mips_gs464e to
+       bfd_mach_mips_gs464 extension.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * archures.c (bfd_architecture): Rename
index f247eaa77a2c6e1af6c606e38c29449e832a820d..2fd9bdac574060abb6f9894ba2177eb0653b5a5e 100644 (file)
@@ -176,6 +176,7 @@ DESCRIPTION
 .#define bfd_mach_mips_loongson_2e     3001
 .#define bfd_mach_mips_loongson_2f     3002
 .#define bfd_mach_mips_gs464           3003
+.#define bfd_mach_mips_gs464e          3004
 .#define bfd_mach_mips_sb1             12310201 {* octal 'SB', 01.  *}
 .#define bfd_mach_mips_octeon          6501
 .#define bfd_mach_mips_octeonp         6601
index dc8e5142d7c2910b0513117c26755c13f294bba4..6819416a3c1119814d8892830fc0f17bd8fc3445 100644 (file)
@@ -2070,6 +2070,7 @@ enum bfd_architecture
 #define bfd_mach_mips_loongson_2e      3001
 #define bfd_mach_mips_loongson_2f      3002
 #define bfd_mach_mips_gs464            3003
+#define bfd_mach_mips_gs464e           3004
 #define bfd_mach_mips_sb1              12310201 /* octal 'SB', 01.  */
 #define bfd_mach_mips_octeon           6501
 #define bfd_mach_mips_octeonp          6601
index f578d959affaa602e6034fb13ea1e01377074610..2617c79b2dd762173bfc4e6646b3b08f6e957945 100644 (file)
@@ -99,6 +99,7 @@ enum
   I_loongson_2e,
   I_loongson_2f,
   I_gs464,
+  I_gs464e,
   I_mipsocteon,
   I_mipsocteonp,
   I_mipsocteon2,
@@ -151,6 +152,7 @@ static const bfd_arch_info_type arch_info_struct[] =
   N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e",      FALSE, NN(I_loongson_2e)),
   N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f",      FALSE, NN(I_loongson_2f)),
   N (64, 64, bfd_mach_mips_gs464, "mips:gs464",          FALSE, NN(I_gs464)),
+  N (64, 64, bfd_mach_mips_gs464e, "mips:gs464e",        FALSE, NN(I_gs464e)),
   N (64, 64, bfd_mach_mips_octeon,"mips:octeon",  FALSE, NN(I_mipsocteon)),
   N (64, 64, bfd_mach_mips_octeonp,"mips:octeon+",  FALSE, NN(I_mipsocteonp)),
   N (64, 64, bfd_mach_mips_octeon2,"mips:octeon2",  FALSE, NN(I_mipsocteon2)),
index f880fa3b69eb5a27d0f8837567d190226e45d55b..25c2d9cedc7f51afea85028d95020a8e8f3909b3 100644 (file)
@@ -6790,6 +6790,9 @@ _bfd_elf_mips_mach (flagword flags)
     case E_MIPS_MACH_GS464:
       return bfd_mach_mips_gs464;
 
+    case E_MIPS_MACH_GS464E:
+      return bfd_mach_mips_gs464e;
+
     case E_MIPS_MACH_OCTEON3:
       return bfd_mach_mips_octeon3;
 
@@ -11988,6 +11991,10 @@ mips_set_isa_flags (bfd *abfd)
       val = E_MIPS_ARCH_64R2 | E_MIPS_MACH_GS464;
       break;
 
+    case bfd_mach_mips_gs464e:
+      val = E_MIPS_ARCH_64R2 | E_MIPS_MACH_GS464E;
+      break;
+
     case bfd_mach_mips_octeon:
     case bfd_mach_mips_octeonp:
       val = E_MIPS_ARCH_64R2 | E_MIPS_MACH_OCTEON;
@@ -13993,6 +14000,7 @@ static const struct mips_mach_extension mips_mach_extensions[] =
   { bfd_mach_mips_octeon2, bfd_mach_mips_octeonp },
   { bfd_mach_mips_octeonp, bfd_mach_mips_octeon },
   { bfd_mach_mips_octeon, bfd_mach_mipsisa64r2 },
+  { bfd_mach_mips_gs464e, bfd_mach_mips_gs464 },
   { bfd_mach_mips_gs464, bfd_mach_mipsisa64r2 },
 
   /* MIPS64 extensions.  */
index a8eff4dc11170183bf5f870f86bd1ea018bfd03b..ed5760e466b75bdaf9739accfc2bd183124e33b7 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
+       * readelf.c (get_machine_flags): Handle gs464e.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * NEWS: Mention Loongson 3A1000 proccessor support.
index a5fd811d9645449fdfc320792c1da3c3a03338cd..775436df18fe3325926b3717c466e7f2bcc3a0de 100644 (file)
@@ -1,5 +1,10 @@
 -*- text -*-
 
+* The MIPS port now supports the Loongson 3A2000/3A3000 processor which
+  implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE,
+  Loongson-ext ASE and Loongson-ext2 ASE instructions. Add -march=gs464e
+  option for Loongson 3A2000/3A3000 processor.
+
 * The MIPS port now supports the Loongson 3A1000 processor, aka Loongson3a,
   which implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE
   and Loongson-ext ASE instructions. Add -march=gs464 option for Loongson
index c5bfb7da99ec337d9f362fc085ad25481b739aab..16f759ee98b84b7b438a3e6e8daf60492af77ee8 100644 (file)
@@ -3405,6 +3405,7 @@ get_machine_flags (Filedata * filedata, unsigned e_flags, unsigned e_machine)
            case E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break;
            case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); break;
            case E_MIPS_MACH_GS464: strcat (buf, ", gs464"); break;
+           case E_MIPS_MACH_GS464E: strcat (buf, ", gs464e"); break;
            case E_MIPS_MACH_OCTEON: strcat (buf, ", octeon"); break;
            case E_MIPS_MACH_OCTEON2: strcat (buf, ", octeon2"); break;
            case E_MIPS_MACH_OCTEON3: strcat (buf, ", octeon3"); break;
index 2d2a6e105580a29c9b315e576f7d09ca30fe1d03..c74429956683cb56b19c6facdd2f095b56394ea0 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * mips.c (EF_MIPS_MACH): New E_MIPS_MACH_GS464E.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * mips.c (EF_MIPS_MACH): Rename E_MIPS_MACH_LS3A to
index b2def9770a7431501455818dd8a02aa18d42b5af..277300f8f60e52c1bc408ec41c68d2406e59b874 100644 (file)
@@ -236,6 +236,7 @@ enum
   E_MIPS_MACH_LS2E = 0x00A00000,
   E_MIPS_MACH_LS2F = 0x00A10000,
   E_MIPS_MACH_GS464 = 0x00A20000,
+  E_MIPS_MACH_GS464E = 0x00A30000,
 };
 
 // MIPS architecture
index f5e0bad8b2d14a92e45456ed4b1e86bc4ccdda16..a9413fa7ef55dafcd99f719f77c6f8b8528b75b1 100644 (file)
@@ -1,3 +1,9 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS464E.
+       (mips_cpu_info_table): Add gs464e descriptors.
+       * doc/as.texi (march table): Add gs464e.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Rename
index 08478755ba28f500c62a664bdc3ee0fe5be9b0f1..9c0a1fd88c0d19de0f0428df54ddc4efcb610418 100644 (file)
@@ -422,7 +422,8 @@ static int mips_32bitmode = 0;
     || (ISA) == ISA_MIPS64R5           \
     || (ISA) == ISA_MIPS64R6           \
     || (CPU) == CPU_R5900)             \
-   && (CPU) != CPU_GS464)
+   && ((CPU) != CPU_GS464              \
+    || (CPU) != CPU_GS464E))
 
 /* Return true if ISA supports move to/from high part of a 64-bit
    floating-point register. */
@@ -19814,6 +19815,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
      ISA_MIPS64R2,     CPU_GS464 },
   { "gs464",          0, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT,
      ISA_MIPS64R2,     CPU_GS464 },
+  { "gs464e",         0, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT
+     | ASE_LOONGSON_EXT2,      ISA_MIPS64R2,   CPU_GS464E },
 
   /* Cavium Networks Octeon CPU core */
   { "octeon",        0, 0,                     ISA_MIPS64R2, CPU_OCTEON },
index 21521648bc52fa9c3ae5efbad8a0c683f89c1672..2682e3650246d8d4835dd62f6a72995f785162c0 100644 (file)
@@ -438,6 +438,7 @@ p6600,
 loongson2e,
 loongson2f,
 gs464,
+gs464e,
 octeon,
 octeon+,
 octeon2,
index bfe8c41c7d97ecfa43fc749634c748ea39991748..12aa7de5abae306bb52723c62dd4511fc361087e 100644 (file)
@@ -3983,6 +3983,7 @@ class Target_mips : public Sized_target<size, big_endian>
     mach_mips_loongson_2e     = 3001,
     mach_mips_loongson_2f     = 3002,
     mach_mips_gs464           = 3003,
+    mach_mips_gs464e          = 3004,
     mach_mips_sb1             = 12310201, // octal 'SB', 01
     mach_mips_octeon          = 6501,
     mach_mips_octeonp         = 6601,
@@ -4148,6 +4149,7 @@ class Target_mips : public Sized_target<size, big_endian>
     this->add_extension(mach_mips_octeon2, mach_mips_octeonp);
     this->add_extension(mach_mips_octeonp, mach_mips_octeon);
     this->add_extension(mach_mips_octeon, mach_mipsisa64r2);
+    this->add_extension(mach_mips_gs464e, mach_mips_gs464);
     this->add_extension(mach_mips_gs464, mach_mipsisa64r2);
 
     // MIPS64 extensions.
@@ -8861,6 +8863,9 @@ Target_mips<size, big_endian>::elf_mips_mach(elfcpp::Elf_Word flags)
     case elfcpp::E_MIPS_MACH_GS464:
       return mach_mips_gs464;
 
+    case elfcpp::E_MIPS_MACH_GS464E:
+      return mach_mips_gs464e;
+
     case elfcpp::E_MIPS_MACH_OCTEON3:
       return mach_mips_octeon3;
 
@@ -12526,6 +12531,8 @@ Target_mips<size, big_endian>::elf_mips_mach_name(elfcpp::Elf_Word e_flags)
       return "mips:loongson_2f";
     case elfcpp::E_MIPS_MACH_GS464:
       return "mips:gs464";
+    case elfcpp::E_MIPS_MACH_GS464E:
+      return "mips:gs464e";
     case elfcpp::E_MIPS_MACH_OCTEON:
       return "mips:octeon";
     case elfcpp::E_MIPS_MACH_OCTEON2:
index 1a516ab7e3d0fad2cdc9636579dcfd84c5013a65..623c9548ba975bd61154fd3bdb6f21647d703fe7 100644 (file)
@@ -1,3 +1,9 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+
+       * elf/mips.h (E_MIPS_MACH_XXX): New E_MIPS_MACH_GS464E.
+       * opcode/mips.h (CPU_XXX): New CPU_GS464E.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * elf/mips.h (E_MIPS_MACH_XXX): Rename E_MIPS_MACH_LS3A to
index db240806cd201e261b9e2340d87bc9acb3f3a717..e27b6af69b596d759d623d20b8f8822305e1c7d9 100644 (file)
@@ -300,6 +300,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
 #define E_MIPS_MACH_LS2E        0x00A00000
 #define E_MIPS_MACH_LS2F        0x00A10000
 #define E_MIPS_MACH_GS464       0x00A20000
+#define E_MIPS_MACH_GS464E     0x00A30000
 \f
 /* Processor specific section indices.  These sections do not actually
    exist.  Symbols with a st_shndx field corresponding to one of these
index 9424a92cfcec78d9e5c709cb73c2c214fdc81e0b..4ad65c9fab18eee090fd0998a6a2199665f5f66c 100644 (file)
@@ -1373,6 +1373,7 @@ static const unsigned int mips_isa_table[] = {
 #define CPU_LOONGSON_2E 3001
 #define CPU_LOONGSON_2F 3002
 #define CPU_GS464      3003
+#define CPU_GS464E     3004
 #define CPU_OCTEON     6501
 #define CPU_OCTEONP    6601
 #define CPU_OCTEON2    6502
index 74807f3d071c17ad086082fcbd4e5fd0be032cf6..9d1e02fb996845d0177ef6bc5f3afd4846f14dcd 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * testsuite/ld-mips-elf/mips-elf-flags.exp: Run good_combination
+       gs464e and gs464.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * testsuite/ld-mips-elf/mips-elf-flags.exp: Rename loongson3a
index 93cdbfe0162af21b2c29ea7b6b7675bd47d3d540..dcd33ba7632397fe4a346846d08ae5e872caff77 100644 (file)
@@ -315,3 +315,8 @@ good_combination { "-march=interaptiv-mr2 -32" "-march=m5100 -32" } \
                 { mips32r2 interaptiv-mr2 } \
                 MIPS32r5 "Imagination interAptiv MR2" \
                 { "DSP ASE" "Enhanced VA Scheme" "MT ASE" }
+
+good_combination { "-march=gs464 -32" "-march=gs464e -32" }    \
+                { gs464e o32 }                                 \
+                MIPS64r2 "None"                                \
+                { "Loongson MMI ASE" "Loongson CAM ASE" "Loongson EXT ASE" "Loongson EXT2 ASE" }
index a2c4b294ab8e416071cc3228aa5512f9ae961f53..6f338f809fd4159cc298104799ed2ad249b4f16f 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * mips-dis.c (mips_arch_choices): Add gs464e descriptors.
+
 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
 
        * mips-dis.c (mips_arch_choices): Add gs464 descriptors, Keep
index 66e867fc95ae95ddebca65e544f65142c142f368..0f5799d49b706fcaf32e09480fef11dbdcb16455 100644 (file)
@@ -640,6 +640,11 @@ const struct mips_arch_choice mips_arch_choices[] =
     mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
     mips_hwr_names_numeric },
 
+  { "g464e",   1, bfd_mach_mips_gs464e, CPU_GS464E,
+    ISA_MIPS64R2, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT
+    | ASE_LOONGSON_EXT2, mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
+    mips_hwr_names_numeric },
+
   { "octeon",   1, bfd_mach_mips_octeon, CPU_OCTEON,
     ISA_MIPS64R2 | INSN_OCTEON, 0, mips_cp0_names_numeric, NULL, 0,
     mips_cp1_names_mips3264, mips_hwr_names_numeric },