This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] Add i6400 entry to the MIPS CPU table.
- From: Andrew Bennett <Andrew dot Bennett at imgtec dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: "rdsandiford at googlemail dot com" <rdsandiford at googlemail dot com>
- Date: Mon, 9 Mar 2015 09:39:58 +0000
- Subject: [PATCH] Add i6400 entry to the MIPS CPU table.
- Authentication-results: sourceware.org; auth=none
Hi,
This patch adds the MIPS i6400 Core (http://www.imgtec.com/mips/warrior/iclass.asp)
to the MIPS CPU table.
The patch and ChangeLog are below.
Ok to commit?
Regards,
Andrew
gas/
* config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index af18430..e61bb4d 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -18686,6 +18686,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
MIPS64R2 rather than MIPS64. */
{ "xlp", 0, 0, ISA_MIPS64R2, CPU_XLR },
+ /* i6400. */
+ { "i6400", 0, ASE_MSA, ISA_MIPS64R6, CPU_MIPS64R6},
+
/* End marker */
{ NULL, 0, 0, 0, 0 }
};