diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-03-31 18:54:24 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-03-31 18:54:24 +0000 |
commit | 77f42f92d5ef60af5f09cd753b3be2e85cbd896a (patch) | |
tree | 548019b4f84639c9bf5be9ecad0aa2fed1df6683 /gas/testsuite | |
parent | 8794579e6b05014d9764ef0aeee56e35ad3f1c40 (diff) | |
download | gdb-77f42f92d5ef60af5f09cd753b3be2e85cbd896a.zip gdb-77f42f92d5ef60af5f09cd753b3be2e85cbd896a.tar.gz gdb-77f42f92d5ef60af5f09cd753b3be2e85cbd896a.tar.bz2 |
* lib/gas-defs.exp (regexp_diff): Don't break on the first
difference, list them all.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index fbd843b..24aa7c9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-03-31 Alexandre Oliva <aoliva@cygnus.com> + + * lib/gas-defs.exp (regexp_diff): Don't break on the first + difference, list them all. + 2000-03-29 Nick Clifton <nickc@cygnus.com * gas/arm/thumb.s: Add test of bal instruction. diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index ffa5f68..9cb117f 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1993, 1994, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -536,7 +537,6 @@ proc regexp_diff { file_1 file_2 } { send_log "regexp_diff match failure\n" send_log "regexp \"^$line_b$\"\nline \"$line_a\"\n" set differences 1 - break } } } |