summaryrefslogtreecommitdiff
path: root/gas/testsuite/lib
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-05-05 03:11:24 +0000
committerPaul Brook <paul@codesourcery.com>2005-05-05 03:11:24 +0000
commit5cfd5a0c98ac5b7526514b7d3764be9ce0714900 (patch)
tree1d9cadb64aacfccd8af885535e87e1f23da962ac /gas/testsuite/lib
parentae380b457346a93dc674ab191fbfbd0dd92c2583 (diff)
2005-05-05 Paul Brook <paul@codesourcery.com>
gas/testsuite/ * lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...". ld/testsuite/ * lib/ld-lib.exp (regexp_diff): Pass test if last line is "#...". * ld-elfweak/elfweak.exp: Run size2.d. * ld-elfwaek/size2.d: New file. * ld-elfwaek/size2a.s: New file. * ld-elfwaek/size2b.s: New file.
Diffstat (limited to 'gas/testsuite/lib')
-rw-r--r--gas/testsuite/lib/gas-defs.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp
index 9f933734bb..87efa5e07a 100644
--- a/gas/testsuite/lib/gas-defs.exp
+++ b/gas/testsuite/lib/gas-defs.exp
@@ -663,6 +663,7 @@ proc regexp_diff { file_1 file_2 } {
} elseif [ string match "#..." $line_b ] {
if { [gets $file_b line_b] == $eof } {
set end_2 1
+ set diff_pass 1
break
}
verbose "looking for \"^$line_b$\"" 3