Re: PR29466, APP/NO_APP with linefile
authorAlan Modra <amodra@gmail.com>
Fri, 9 Sep 2022 22:00:57 +0000 (07:30 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 10 Sep 2022 12:33:49 +0000 (22:03 +0930)
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.

gas/testsuite/config/default.exp

index 21859d961d9f9a04eb690ab37174c72d40478d44..507257a539f400c8d01fcdf3805aa375b98b15b4 100644 (file)
@@ -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 {