projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3b25e
)
Re: PR29466, APP/NO_APP with linefile
author
Alan Modra
<amodra@gmail.com>
Fri, 9 Sep 2022 22:00:57 +0000
(07:30 +0930)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/gas/testsuite/config/default.exp
b/gas/testsuite/config/default.exp
index 21859d961d9f9a04eb690ab37174c72d40478d44..507257a539f400c8d01fcdf3805aa375b98b15b4 100644
(file)
--- 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 {