diff options
author | Matthew Fortune <matthew.fortune@mips.com> | 2019-04-19 21:03:18 +0000 |
---|---|---|
committer | Faraz Shahbazker <fshahbazker@wavecomp.com> | 2019-04-22 20:41:03 -0700 |
commit | 6f38008bb423d71e6984c8ce49b4fc83d2cdaf0d (patch) | |
tree | 108526bba517e18aaad5584355cb4e55e5c6953f | |
parent | 336d760da60d93ce76c4560525f65339f3403914 (diff) | |
download | fsf-binutils-gdb-6f38008bb423d71e6984c8ce49b4fc83d2cdaf0d.zip fsf-binutils-gdb-6f38008bb423d71e6984c8ce49b4fc83d2cdaf0d.tar.gz fsf-binutils-gdb-6f38008bb423d71e6984c8ce49b4fc83d2cdaf0d.tar.bz2 |
Fix M5100 flags test with interAptiv-MR2
ld/
* testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
for M5100.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 163fa84..76b202b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. 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 } \ |