This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] [MIPS] Fix M5100 flags test with interAptiv-MR2
- From: Faraz Shahbazker <fshahbazker at wavecomp dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: Faraz Shahbazker <fshahbazker at wavecomp dot com>, "paul dot hua dot gm at gmail dot com" <paul dot hua dot gm at gmail dot com>
- Date: Fri, 19 Apr 2019 21:03:18 +0000
- Subject: [PATCH] [MIPS] Fix M5100 flags test with interAptiv-MR2
From: Matthew Fortune <matthew.fortune@mips.com>
ld/
* testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
for M5100.
---
This failure is exposed by a previous assembler fix to apply ASE
information correctly for MIPS processors.
ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp b/ld/testsuite/ld-mips-elf/mips-elf-flags.exp
index 89d2a10..58c9b67 100644
--- a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf-flags.exp
@@ -314,7 +314,8 @@ good_combination { "-march=interaptiv-mr2 -32" "-mips32r5 -32" } \
good_combination { "-march=interaptiv-mr2 -32" "-march=m5100 -32" } \
{ mips32r2 interaptiv-mr2 } \
MIPS32r5 "Imagination interAptiv MR2" \
- { "DSP ASE" "Enhanced VA Scheme" "MT ASE" }
+ { "DSP ASE" "Enhanced VA Scheme" \
+ "MCU (MicroController) ASE" "MT ASE" }
good_combination { "-march=gs464 -32" "-march=gs464e -32" } \
{ gs464e o32 } \
--
2.9.5