diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-16 16:03:54 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-16 16:03:54 +0000 |
commit | d1140eb5e37d7c71ebcf3cf6df810df081cc1777 (patch) | |
tree | 21234857b279a074fc1212efa71d015c401f6d28 /gdb/xcoffexec.c | |
parent | 9a51287f1a3bf07db742f343f080a37ac6b392d1 (diff) | |
download | gdb-d1140eb5e37d7c71ebcf3cf6df810df081cc1777.zip gdb-d1140eb5e37d7c71ebcf3cf6df810df081cc1777.tar.gz gdb-d1140eb5e37d7c71ebcf3cf6df810df081cc1777.tar.bz2 |
* xcoffexec.c (map_vmap): Turn comment into a real C comment.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |