mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* ld-empic/empic.exp: Accept a . in the address symbol.
This commit is contained in:
parent
4a07e94f2c
commit
219555a64d
@ -89,7 +89,7 @@ if ![ld_simple_link $ld tmpdir/relax "--relax -T $srcdir$subdir/relax.t tmpdir/r
|
||||
|
||||
incr balcnt
|
||||
|
||||
if ![regexp "^(\[0-9a-fA-F\]+) (<\[a-z+0-9A-Z\]+>)? bal (\[0-9a-fA-F\]+)" $line whole addr label dest] {
|
||||
if ![regexp "^(\[0-9a-fA-F\]+) (<\[a-z+0-9A-Z.\]+>)? bal (\[0-9a-fA-F\]+)" $line whole addr label dest] {
|
||||
perror "unrecognized format for $line"
|
||||
unresolved $testname
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user