* lib/gas-defs.exp (regexp_diff): Don't break on the first

difference, list them all.
This commit is contained in:
Alexandre Oliva 2000-03-31 18:54:24 +00:00
parent 8794579e6b
commit 77f42f92d5
2 changed files with 7 additions and 2 deletions

View 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.

View 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
}
}
}