mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* lib/gas-defs.exp (regexp_diff): Don't break on the first
difference, list them all.
This commit is contained in:
@ -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
|
2000-03-29 Nick Clifton <nickc@cygnus.com
|
||||||
|
|
||||||
* gas/arm/thumb.s: Add test of bal instruction.
|
* 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
|
# 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
|
# 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_diff match failure\n"
|
||||||
send_log "regexp \"^$line_b$\"\nline \"$line_a\"\n"
|
send_log "regexp \"^$line_b$\"\nline \"$line_a\"\n"
|
||||||
set differences 1
|
set differences 1
|
||||||
break
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user