mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* lib/gas-defs.exp (regexp_diff): Don't break on the first
difference, list them all.
This commit is contained in:
parent
8794579e6b
commit
77f42f92d5
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user