diff options
author | John Gilmore <gnu@cygnus> | 1991-12-04 03:24:36 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-04 03:24:36 +0000 |
commit | 7a6093e8805d6a88bea7cc337a68538f43b11e01 (patch) | |
tree | 12158a1c432a82fe23e8cf8507911c7c9d3eaab2 /gdb/ChangeLog | |
parent | 2e00f40a385a94838f7d74c508cedc7975463a22 (diff) | |
download | gdb-7a6093e8805d6a88bea7cc337a68538f43b11e01.zip gdb-7a6093e8805d6a88bea7cc337a68538f43b11e01.tar.gz gdb-7a6093e8805d6a88bea7cc337a68538f43b11e01.tar.bz2 |
* coffread.c (coff_symfile_read): Avoid select_source_symtab,
since it is not needed and can cause errors when examining ".o"
files.
* symfile.c (compact_misc_function_vector): Handle empty vector.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 656e54d..ca18753 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Tue Dec 3 17:24:57 1991 John Gilmore (gnu at cygnus.com) + * coffread.c (coff_symfile_read): Avoid select_source_symtab, + since it is not needed and can cause errors when examining ".o" + files. + + * symfile.c (compact_misc_function_vector): Handle empty vector. + * sparc-xdep.c: Force tm-file as tm-sparc.h, to make it compile when configured for cross debugging. FIXME, this needs a more general solution. |