OSDN Git Service

* symfile.c (add_psymbol_to_bcache): Return a const pointer. Use
authorTom Tromey <tromey@redhat.com>
Tue, 5 Aug 2008 20:41:15 +0000 (20:41 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 5 Aug 2008 20:41:15 +0000 (20:41 +0000)
commitda3f7c65d4eec103b10f09031d06691b2d40e4a9
treebfb95b383ef59c56ee3ed24471c6f542330536dd
parent2ad509f37a5079e543c600d74a7675b02f5af566
* 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