From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 422DE3858D32; Sat, 10 Sep 2022 12:36:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 422DE3858D32 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/binutils-2_39-branch] Re: PR29466, APP/NO_APP with linefile X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/binutils-2_39-branch X-Git-Oldrev: 6b4c5809cdb9fd08393470c243850c834c83873f X-Git-Newrev: 4233be14a34d754a70b8b6f6fa42d21f35c6e030 Message-Id: <20220910123624.422DE3858D32@sourceware.org> Date: Sat, 10 Sep 2022 12:36:24 +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:36:24 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4233be14a34d= 754a70b8b6f6fa42d21f35c6e030 commit 4233be14a34d754a70b8b6f6fa42d21f35c6e030 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 PR 29466 * testsuite/config/default.exp (SIZE): Adjust relative path. =20 (cherry picked from commit 1180f540d5f2f7751b5309bdd6c38d69fcf699e7) 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 {