]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* lib/gas-defs.exp (regexp_diff): Don't break on the first
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 31 Mar 2000 18:54:24 +0000 (18:54 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 31 Mar 2000 18:54:24 +0000 (18:54 +0000)
difference, list them all.

gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index fbd843b18cdd7a34735ee0c278aaaa30f8580056..24aa7c9153efbececca4b5c41b504a30d927ea92 100644 (file)
@@ -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.
index ffa5f68faa64eff627392a34ada83587d54eadb4..9cb117f775f8af1dcf2b7904ab5e9f37958fba7f 100644 (file)
@@ -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
             }
         }
     }