mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
where mismatch occurs due to regexp mismatch. Another patch from Joern.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
|
||||||
|
|
||||||
|
* lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
|
||||||
|
where mismatch occurs due to regexp mismatch.
|
||||||
|
|
||||||
2001-08-27 Staffan Ulfberg <staffanu@swox.se>
|
2001-08-27 Staffan Ulfberg <staffanu@swox.se>
|
||||||
Alan Modra <amodra@bigpond.net.au>
|
Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
@ -539,6 +539,7 @@ proc regexp_diff { file_1 file_2 } {
|
|||||||
if ![regexp "^$line_b$" "$line_a"] {
|
if ![regexp "^$line_b$" "$line_a"] {
|
||||||
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"
|
||||||
|
verbose "regexp_diff match failure\n" 3
|
||||||
set differences 1
|
set differences 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user