mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Fix M5100 flags test with interAptiv-MR2
ld/ * testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs for M5100.
This commit is contained in:

committed by
Faraz Shahbazker

parent
336d760da6
commit
6f38008bb4
@ -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>
|
2019-04-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* testsuite/ld-gc/skip-map-discarded.s: Add section attributes.
|
* testsuite/ld-gc/skip-map-discarded.s: Add section attributes.
|
||||||
|
@ -314,7 +314,8 @@ good_combination { "-march=interaptiv-mr2 -32" "-mips32r5 -32" } \
|
|||||||
good_combination { "-march=interaptiv-mr2 -32" "-march=m5100 -32" } \
|
good_combination { "-march=interaptiv-mr2 -32" "-march=m5100 -32" } \
|
||||||
{ mips32r2 interaptiv-mr2 } \
|
{ mips32r2 interaptiv-mr2 } \
|
||||||
MIPS32r5 "Imagination 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" } \
|
good_combination { "-march=gs464 -32" "-march=gs464e -32" } \
|
||||||
{ gs464e o32 } \
|
{ gs464e o32 } \
|
||||||
|
Reference in New Issue
Block a user