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:03:49 +0930 |
commit | 1180f540d5f2f7751b5309bdd6c38d69fcf699e7 (patch) | |
tree | 2f3d7a8aad8d82367c138e422d5c0934a8c14066 /gas/testsuite/config | |
parent | 9d3b25ecc53d3e6bb716b188b37c447cbf9e3039 (diff) | |
download | gdb-1180f540d5f2f7751b5309bdd6c38d69fcf699e7.zip gdb-1180f540d5f2f7751b5309bdd6c38d69fcf699e7.tar.gz gdb-1180f540d5f2f7751b5309bdd6c38d69fcf699e7.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.
* testsuite/config/default.exp (SIZE): Adjust relative path.
Diffstat (limited to 'gas/testsuite/config')
-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 { |