From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id CBF723858D32; Sat, 10 Sep 2022 12:35:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBF723858D32 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Re: PR29466, APP/NO_APP with linefile X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: 9d3b25ecc53d3e6bb716b188b37c447cbf9e3039 X-Git-Newrev: 1180f540d5f2f7751b5309bdd6c38d69fcf699e7 Message-Id: <20220910123505.CBF723858D32@sourceware.org> Date: Sat, 10 Sep 2022 12:35:05 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2022 12:35:05 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1180f540d5f2= f7751b5309bdd6c38d69fcf699e7 commit 1180f540d5f2f7751b5309bdd6c38d69fcf699e7 Author: Alan Modra Date: Sat Sep 10 07:30:57 2022 +0930 Re: PR29466, APP/NO_APP with linefile =20 It looks like I copied the SIZE init across from binutils/testsuite/config/default.exp without some necessary editing. =20 * testsuite/config/default.exp (SIZE): Adjust relative path. Diff: --- gas/testsuite/config/default.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/defaul= t.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 { } =20 if ![info exists SIZE] then { - set SIZE [findfile $base_dir/size] + set SIZE [findfile $base_dir/../../binutils/size] } =20 if ![info exists SIZEFLAGS] then {