diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-17 02:59:43 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-17 02:59:43 +0000 |
commit | 2d6d969c616d286076df1778db0d06a64f11251a (patch) | |
tree | 1cd211eb346eef7d90fcfbbb6e2ba561138f06bd /gdb/xcoffexec.c | |
parent | d453b386ac60cb219f5949da95cb99d1e22ad6b9 (diff) | |
download | gdb-2d6d969c616d286076df1778db0d06a64f11251a.zip gdb-2d6d969c616d286076df1778db0d06a64f11251a.tar.gz 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.c | 1 |
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 } |