diff options
author | John Gilmore <gnu@cygnus> | 1991-12-04 08:36:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-04 08:36:17 +0000 |
commit | 4369a1406f2559d0d0dcdbf3edb634cd835e6fbe (patch) | |
tree | a83aaa0c4cb2e5e1463687ffb7d86c771c33c98b /gdb/ChangeLog | |
parent | 01a8219f154307cd1df4c4e04fb97ba52ec7924c (diff) | |
download | gdb-4369a1406f2559d0d0dcdbf3edb634cd835e6fbe.zip gdb-4369a1406f2559d0d0dcdbf3edb634cd835e6fbe.tar.gz gdb-4369a1406f2559d0d0dcdbf3edb634cd835e6fbe.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca18753..307435c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,10 +1,22 @@ Tue Dec 3 17:24:57 1991 John Gilmore (gnu at cygnus.com) + * 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" - files. + 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. * sparc-xdep.c: Force tm-file as tm-sparc.h, to make it compile when configured for cross debugging. FIXME, this needs a more |