* symfile.c (add_psymbol_to_bcache): Return a const pointer. Use
authorTom Tromey <tromey@redhat.com>
Tue, 5 Aug 2008 20:41:16 +0000 (20:41 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 5 Aug 2008 20:41:16 +0000 (20:41 +0000)
commit11d31d9471cd17e3256b5583a79a7889c4fce645
tree5cd66e0b659b971d44f57433554b08010bdd44b7
parent4094fdc2084d7c9b9bec9f00354c946c739e1d4f
* symfile.c (add_psymbol_to_bcache): Return a const pointer.  Use
bcache_full.
(append_psymbol_to_list): Accept a const pointer.
(add_psymbol_to_list): Fix const correctness.
* bcache.h: (deprecated_bcache_added, deprecated_bcache): Remove.
(bcache_full): Declare.
* bcache.c (bcache_data, deprecated_bcache): Remove.
(bcache): Use bcache_full.
(bcache_full): Rename from deprecated_bcache_added.  Change return
type.
gdb/ChangeLog
gdb/bcache.c
gdb/bcache.h
gdb/symfile.c
This page took 0.038177 seconds and 4 git commands to generate.