* gdb.base/break-interp.exp: Fix indentation.
This commit is contained in:
parent
6bc305f56c
commit
0295a32e39
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-09-16 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/break-interp.exp: Fix indentation.
|
||||
|
||||
2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* gdb.base/gdbvars.c (foo_void): New function.
|
||||
|
|
|
@ -548,7 +548,7 @@ foreach ldprelink {NO YES} {
|
|||
} elseif {$ldsepdebug == "IN" && $interp_system_debug == ""} {
|
||||
file_copy $interp_system $interp
|
||||
} elseif {$ldsepdebug == "IN" && $interp_system_debug != ""} {
|
||||
file_copy $interp_system $interp
|
||||
file_copy $interp_system $interp
|
||||
file_copy $interp_system_debug "${interp}.debug"
|
||||
# eu-unstrip: DWARF data in '...' not adjusted for prelinking bias; consider prelink -u
|
||||
if {![prelinkNO $interp] || ![prelinkNO "${interp}.debug"]} {
|
||||
|
|
Loading…
Reference in a new issue