diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-04-22 10:20:44 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-04-22 10:20:44 +0000 |
commit | a0e8a2d152e4bd6114a378b6fbf3e3d09e99f6bf (patch) | |
tree | 6cec2673a7012f78c9f1c64ea64e91bfeb0e42aa | |
parent | 0e931cf0eed83e9af7fe3eaf10de174d98c93bc0 (diff) | |
download | gdb-a0e8a2d152e4bd6114a378b6fbf3e3d09e99f6bf.zip gdb-a0e8a2d152e4bd6114a378b6fbf3e3d09e99f6bf.tar.gz gdb-a0e8a2d152e4bd6114a378b6fbf3e3d09e99f6bf.tar.bz2 |
Document some changes to address internal-errors on Tru64 5.1.
Add missing blank line before one of the previous entries.
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67b30b8..3bb019c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2002-04-22 J. Brobecker <brobecker@gnat.com> + + * symfile.h (get_section_index): Define. + * symfile.c (get_section_index): New function. + * mdebugread.c (SC_IS_SBSS): New macro. + (SC_IS_BSS): Return true for the scBss storage class only, as + the scSBss storage class refers to the .sbss section. + (parse_partial_symbols): Discard the symbols which associated + section does not exist. + Make sure to use the .sbss section index for symbols which + storage class is scBss, rather than using the .bss section index. + 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com> * vax-tdep.c: Update copyright years. @@ -34,6 +46,7 @@ * sparc-tdep.c (sparc_prologue_frameless_p): Implement. (sparc_gdbarch_init): Pass it to set_gdbarch_prologue_frameless_p. + 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com> * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c. |