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:
parent
9d3b25ecc5
commit
1180f540d5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue