Re: PR29466, APP/NO_APP with linefile

It looks like I copied the SIZE init across from
binutils/testsuite/config/default.exp without some necessary editing.

	* testsuite/config/default.exp (SIZE): Adjust relative path.
This commit is contained in:
Alan Modra 2022-09-10 07:30:57 +09:30
parent 9d3b25ecc5
commit 1180f540d5

View file

@ -53,7 +53,7 @@ if ![info exists NMFLAGS] then {
}
if ![info exists SIZE] then {
set SIZE [findfile $base_dir/size]
set SIZE [findfile $base_dir/../../binutils/size]
}
if ![info exists SIZEFLAGS] then {