From 2d6d969c616d286076df1778db0d06a64f11251a Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 17 Apr 1992 02:59:43 +0000 Subject: 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. --- gdb/xcoffexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/xcoffexec.c') 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 } -- cgit v1.1