This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: remove deprecated bcache functions


On Tue, Aug 05, 2008 at 01:50:34PM -0600, Tom Tromey wrote:
> b/gdb/ChangeLog:
> 2008-08-05  Tom Tromey  <tromey@redhat.com>
> 
> 	* 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.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]