diff options
author | Alan Modra <amodra@gmail.com> | 2022-09-10 07:30:57 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-09-10 22:05:51 +0930 |
commit | 4233be14a34d754a70b8b6f6fa42d21f35c6e030 (patch) | |
tree | 047e8703fea4997a9a7f1d86debc714ef0e63dbb | |
parent | 6b4c5809cdb9fd08393470c243850c834c83873f (diff) | |
download | binutils-4233be14a34d754a70b8b6f6fa42d21f35c6e030.zip binutils-4233be14a34d754a70b8b6f6fa42d21f35c6e030.tar.gz binutils-4233be14a34d754a70b8b6f6fa42d21f35c6e030.tar.bz2 |
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.
PR 29466
* testsuite/config/default.exp (SIZE): Adjust relative path.
(cherry picked from commit 1180f540d5f2f7751b5309bdd6c38d69fcf699e7)
-rw-r--r-- | gas/testsuite/config/default.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 21859d9..507257a 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 { |