diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-18 16:43:25 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-18 16:43:25 +0000 |
commit | b0246b3bece330a13b5ddaba60686c550ec553d1 (patch) | |
tree | d2897f2d8d2d3e8d2403fa9f46b66c9935e52418 /gdb/xcoffexec.c | |
parent | afbdd10672f1c5bf0403c1d174fd2a9e0aaadd9a (diff) | |
download | gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.zip gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.gz gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.bz2 |
Changes to implement the -mapped and -readnow options for commands that
read symbol tables.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |