diff options
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 0f70097e089..601e34daa90 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -1675,7 +1675,7 @@ enable_break (struct svr4_info *info, int from_tty) /* We're done with both the temporary bfd and target. Closing the target closes the underlying bfd, because it holds the only remaining reference. */ - target_close (tmp_bfd_target, 0); + target_close (tmp_bfd_target); if (sym_addr != 0) { |