mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* xcoffexec.c (map_vmap): Turn comment into a real C comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user