mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
* gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
named /usr/sbin/prelink<foo>.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-03-19 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
|
||||||
|
named /usr/sbin/prelink<foo>.
|
||||||
|
|
||||||
2010-03-18 Stan Shebs <stan@codesourcery.com>
|
2010-03-18 Stan Shebs <stan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.trace/circ.exp: Test circular-trace-buffer.
|
* gdb.trace/circ.exp: Test circular-trace-buffer.
|
||||||
|
@ -141,7 +141,7 @@ proc prelinkNO {arg {name {}}} {
|
|||||||
set output [lindex $run 1]
|
set output [lindex $run 1]
|
||||||
}
|
}
|
||||||
# Last line does miss the trailing \n.
|
# Last line does miss the trailing \n.
|
||||||
if {$result == 1 && [regexp {^(/usr/sbin/prelink: [^ ]* does not have .gnu.prelink_undo section\n?)*$} $output]} {
|
if {$result == 1 && [regexp {^(/usr/sbin/prelink[^\r\n]*: [^ ]* does not have .gnu.prelink_undo section\n?)*$} $output]} {
|
||||||
pass $test
|
pass $test
|
||||||
return 1
|
return 1
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user