diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-01 21:15:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-01 21:15:27 +0000 |
commit | c438b3af2a58c099512730b460c9298149548de6 (patch) | |
tree | bc31f63bdeb179b91e5e9f4d1f32e22bc8e418fd /gdb/ChangeLog | |
parent | ade40d3153e344521d48bddf744bc2b8a1792d06 (diff) | |
download | gdb-c438b3af2a58c099512730b460c9298149548de6.zip gdb-c438b3af2a58c099512730b460c9298149548de6.tar.gz gdb-c438b3af2a58c099512730b460c9298149548de6.tar.bz2 |
* symtab.h (struct linetable), xcoffread.c (arrange_linetable):
Revise comments re linetable sorting.
* buildsym.c (compare_line_numbers): Sort by pc, not by line.
* coffread.c: Tell end_symtab to sort the line table.
* coffread.c: Re-work a lot of the coff-specific stuff to use stuff
in buildsym.c. This includes coff_finish_block, coff_context_stack,
coff_local_symbols, coff_file_symbols, coff_global_symbols,
coff_end_symtab and coff_add_symbol_to_list.
(read_enum_type): Deal with it now that we have a "struct pending"
not a "struct coff_pending".
* buildsym.c (end_symtab): Don't realloc subfile->linetable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18e42c7..cb8a653 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * symtab.h (struct linetable), xcoffread.c (arrange_linetable): + Revise comments re linetable sorting. + * buildsym.c (compare_line_numbers): Sort by pc, not by line. + * coffread.c: Tell end_symtab to sort the line table. + + * coffread.c: Re-work a lot of the coff-specific stuff to use stuff + in buildsym.c. This includes coff_finish_block, coff_context_stack, + coff_local_symbols, coff_file_symbols, coff_global_symbols, + coff_end_symtab and coff_add_symbol_to_list. + (read_enum_type): Deal with it now that we have a "struct pending" + not a "struct coff_pending". + + * buildsym.c (end_symtab): Don't realloc subfile->linetable. + Wed Sep 1 13:12:43 1993 K. Richard Pixley (rich@sendai.cygnus.com) * a68v-nat.c, altos-xdep.c, convex-tdep.c, convex-xdep.c, |