mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* ld-elfcomm/elfcomm.exp (dump_common1): Extend regexp to match also
MIPS small commons.
This commit is contained in:
parent
54938e2a64
commit
f46cb54199
@ -1,3 +1,8 @@
|
||||
2006-08-11 Thiemo Seufer <ths@mips.com>
|
||||
|
||||
* ld-elfcomm/elfcomm.exp (dump_common1): Extend regexp to match also
|
||||
MIPS small commons.
|
||||
|
||||
2006-08-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/3009
|
||||
|
@ -45,7 +45,7 @@ proc dump_common1 { testname } {
|
||||
|
||||
send_log "$READELF -s tmpdir/common1.o | grep foo\n"
|
||||
catch "exec $READELF -s tmpdir/common1.o | grep foo" exec_output
|
||||
if { ![regexp "(\[ \]*)(\[0-9\]+):(\[ \]*)(\[0\]*)80(\[ \]+)4(\[ \]+)OBJECT(\[ \]+)GLOBAL(\[ \]+)DEFAULT(\[ \]+)(PRC\\\[0xff03\\\]|COM)(\[ \]+)_?foo2" $exec_output]
|
||||
if { ![regexp "(\[ \]*)(\[0-9\]+):(\[ \]*)(\[0\]*)80(\[ \]+)4(\[ \]+)OBJECT(\[ \]+)GLOBAL(\[ \]+)DEFAULT(\[ \]+)(PRC\\\[0xff03\\\]|COM|SCOM)(\[ \]+)_?foo2" $exec_output]
|
||||
|| ![regexp "(\[ \]*)(\[0-9\]+):(\[ \]*)(\[0-9\]+)(\[ \]+)21(\[ \]+)OBJECT(\[ \]+)GLOBAL(\[ \]+)DEFAULT(\[ \]+)(\[0-9\]+)(\[ \]+)_?foo1" $exec_output] } {
|
||||
send_log "$exec_output\n"
|
||||
verbose $exec_output
|
||||
|
Loading…
Reference in New Issue
Block a user