aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index 5956012..59965b8 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -500,8 +500,6 @@ exec_file_attach (const char *filename, int from_tty)
(*deprecated_exec_file_display_hook) (filename);
}
- bfd_cache_close_all ();
-
/* Are are loading the same executable? */
bfd *prev_bfd = exec_bfd_holder.get ();
bfd *curr_bfd = current_program_space->exec_bfd ();