diff options
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index c6d421f..bba2c5c 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -299,7 +299,7 @@ map_vmap (bfd *bf, bfd *arch) if (exec_bfd && !obj) { name = savestring (bfd_get_filename (bf), strlen (bfd_get_filename (bf))); obj = allocate_objfile (bf, name); - syms_from_objfile (obj, 0, 0); + syms_from_objfile (obj, 0, 0, 0); } /* find the end of the list, and append. */ |