aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffexec.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-17 02:59:43 +0000
committerFred Fish <fnf@specifix.com>1992-04-17 02:59:43 +0000
commit2d6d969c616d286076df1778db0d06a64f11251a (patch)
tree1cd211eb346eef7d90fcfbbb6e2ba561138f06bd /gdb/xcoffexec.c
parentd453b386ac60cb219f5949da95cb99d1e22ad6b9 (diff)
downloadfsf-binutils-gdb-2d6d969c616d286076df1778db0d06a64f11251a.zip
fsf-binutils-gdb-2d6d969c616d286076df1778db0d06a64f11251a.tar.gz
fsf-binutils-gdb-2d6d969c616d286076df1778db0d06a64f11251a.tar.bz2
Fix to dwarfread.c to target pointer and target long sizes, fixes for
mapped symbol file handling, and a couple of other misc small fixes.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r--gdb/xcoffexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c
index b17d874..8e4322f 100644
--- a/gdb/xcoffexec.c
+++ b/gdb/xcoffexec.c
@@ -345,6 +345,7 @@ map_vmap (bfd *bf, bfd *arch)
we don't have to load them as default anymore.
syms_from_objfile (obj, 0, 0, 0);
+ new_symfile_objfile (obj, 0, 0);
#endif
}