From d1140eb5e37d7c71ebcf3cf6df810df081cc1777 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 16 Jun 1992 16:03:54 +0000 Subject: [PATCH] * xcoffexec.c (map_vmap): Turn comment into a real C comment. --- gdb/ChangeLog | 4 ++++ gdb/xcoffexec.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d29a415..e67a8a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 16 09:01:49 1992 Fred Fish (fnf@cygnus.com) + + * xcoffexec.c (map_vmap): Turn comment into a real C comment. + Mon Jun 15 18:41:23 1992 Stu Grossman (grossman at cygnus.com) * dbxread.c (process_one_symbol), partial-stab.h: Ignore diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index ce8040a..42ed759 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -340,9 +340,9 @@ map_vmap (bfd *bf, bfd *arch) obj = allocate_objfile (bf, 0); #if 0 - This is only needed if we want to load shared libraries no matter what. - Since we provide the choice of incremental loading of shared objects now, - we don't have to load them as default anymore. + /* This is only needed if we want to load shared libraries no matter what. + Since we provide the choice of incremental loading of shared objects + now, we don't have to load them as default anymore. */ syms_from_objfile (obj, 0, 0, 0); new_symfile_objfile (obj, 0, 0); -- 2.7.4