From b0246b3bece330a13b5ddaba60686c550ec553d1 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 18 Mar 1992 16:43:25 +0000 Subject: Changes to implement the -mapped and -readnow options for commands that read symbol tables. --- gdb/xcoffexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 31d5825..453e503 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -330,7 +330,7 @@ map_vmap (bfd *bf, bfd *arch) obj = lookup_objfile_bfd (bf); if (exec_bfd && !obj) { - obj = allocate_objfile (bf, bfd_get_filename (bf), 0); + obj = allocate_objfile (bf, 0); syms_from_objfile (obj, 0, 0, 0); } -- cgit v1.1