From 4369a1406f2559d0d0dcdbf3edb634cd835e6fbe Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 4 Dec 1991 08:36:17 +0000 Subject: * Makefile.in: VERSION 4.2.96. * main.c (initialize_main): Revise command descriptions. * command.c (show_user): `info user' -> `show user'. * symtab.c (_initialize_symtab): Typo in `info types' desc. * coffread.c (coff_symfile_read): Avoid select_source_symtab, since it is not needed and can cause errors when examining ".o"s. (read_coff_symtab, decode_base_type): Use complain, not printf. Print symbol name, not its number. Remove "#if defined(clipper) #define BELIEVE_PCC_PROMOTION", which someday should go in a clipper target config file. * symfile.c (compact_misc_function_vector): Handle empty vector. (complain, clear_complaints, syms_from_objfile): Fix complaint formatting. * xcoffexec.c: Change syms_from_objfile caller. --- gdb/xcoffexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffexec.c') 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. */ -- cgit v1.1