From: Alan Modra Date: Fri, 9 Sep 2022 22:00:57 +0000 (+0930) Subject: Re: PR29466, APP/NO_APP with linefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1180f540d5f2f7751b5309bdd6c38d69fcf699e7;p=binutils-gdb.git 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. --- diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 21859d961d9..507257a539f 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -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 {