aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/config
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-09-10 07:30:57 +0930
committerAlan Modra <amodra@gmail.com>2022-09-10 22:03:49 +0930
commit1180f540d5f2f7751b5309bdd6c38d69fcf699e7 (patch)
tree2f3d7a8aad8d82367c138e422d5c0934a8c14066 /gas/testsuite/config
parent9d3b25ecc53d3e6bb716b188b37c447cbf9e3039 (diff)
downloadgdb-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.exp2
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 {