Commit bca0c981 by Matthew Fortune Committed by Matthew Fortune

mips.exp: Redefine isa variable which is referenced in later code.

gcc/testsuite/
	* gcc.target/mips/mips.exp (mips-dg-options): Redefine isa
	which is used in later code.

From-SVN: r226957
parent 5916cfd0
2015-08-17 Matthew Fortune <matthew.fortune@imgtec.com>
* gcc.target/mips/mips.exp (mips-dg-options): Redefine isa
which is used in later code.
2015-08-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/67216
......
......@@ -1190,6 +1190,7 @@ proc mips-dg-options { args } {
# Re-calculate the isa_rev for use in the abi handling code below
set arch [mips_option options arch]
set isa [mips_arch_info $arch isa]
set isa_rev [mips_arch_info $arch isa_rev]
# Set an appropriate ABI, handling dependencies between the pre-abi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment