]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2002-09-18 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Fri, 20 Sep 2002 18:52:16 +0000 (18:52 +0000)
committerDavid Carlton <carlton@bactrian.org>
Fri, 20 Sep 2002 18:52:16 +0000 (18:52 +0000)
commitcba4254791a18690aaad45272b902faaa7608d65
tree8dcd81c3b8a4c708c207afb82c47acdf2f95a23c
parentd026a66d1d57bc024f33f1b8fcc413c45d495583
2002-09-18  David Carlton  <carlton@math.stanford.edu>

* symtab.h: Delete BLOCK_SHOULD_SORT.
* symtab.c (lookup_block_symbol): Assume non-hashed blocks aren't
sorted.
* ada-lang.c (ada_add_block_symbols): Ditto.
* symfile.h: Delete prototypes for sort_block_syms and
sort_symtab_syms.
* symfile.c: Delete functions sort_block_syms and
sort_symtab_syms.
* coffread.c (coff_symfile_read): Remove call to
sort_symtab_syms.
* xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
* mdebugread.c (psymtab_to_symtab_1): Ditto.
* hpread.c (hpread_psymtab_to_symtab_1): Ditto.
* dwarfread.c (psymtab_to_symtab_1): Ditto.
* dwarf2read.c (psymtab_to_symtab_1): Ditto.
* dbxread.c (dbx_psymtab_to_symtab_1): Ditto.

2002-09-20  David Carlton  <carlton@math.stanford.edu>

* Makefile.in (c-lang.o): Correct dependencies.
(utils.o): Gather dependencies.
(charset.o): Move.
15 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/ada-lang.c
gdb/c-lang.c
gdb/coffread.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/dwarfread.c
gdb/hpread.c
gdb/mdebugread.c
gdb/symfile.c
gdb/symfile.h
gdb/symtab.c
gdb/symtab.h
gdb/xcoffread.c