* gdb.base/break-interp.exp: Fix indentation.

This commit is contained in:
Doug Evans 2013-09-16 23:42:58 +00:00
parent 6bc305f56c
commit 0295a32e39
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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"]} {