Fix M5100 flags test with interAptiv-MR2
authorMatthew Fortune <matthew.fortune@mips.com>
Fri, 19 Apr 2019 21:03:18 +0000 (21:03 +0000)
committerFaraz Shahbazker <fshahbazker@wavecomp.com>
Tue, 23 Apr 2019 03:41:03 +0000 (20:41 -0700)
ld/
* testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
for M5100.

ld/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf-flags.exp

index 163fa842d49f5ac9c47e43f41789077b80c7a7db..76b202bccb44b47b0c6e4da84ae815d3503cad6e 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-22  Matthew Fortune  <matthew.fortune@mips.com>
+
+       * testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
+       for M5100.
+
 2019-04-19  Alan Modra  <amodra@gmail.com>
 
        * testsuite/ld-gc/skip-map-discarded.s: Add section attributes.
index 89d2a10efd149cdc060c8ce9b8ffd76886a7cd8e..58c9b67a21bbe55c514e8fe92cceb29aff3082f8 100644 (file)
@@ -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 }                                 \
This page took 0.027121 seconds and 4 git commands to generate.