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]

Regression for gdb.stabs/gdb11479.exp [Re: [patch 1/2] Use custom hash function with bcache]


On Wed, 25 Aug 2010 20:30:10 +0200, sami wagiaalla wrote:
> Enable custom bcache hash function.
> 
> 2010-08-25  Sami Wagiaalla  <swagiaal@redhat.com>
> 
> 	* psymtab.c (add_psymbol_to_bcache): Remove 'static' from
> 	'static partial_symbol psymbol'.
> 	(psymbol_hash): New function.
> 	(psymbol_compare): New function.
> 	* bcache.c (hash_continue): New.
> 	(hash): Use hash_continue.
> 	* bcache.c: Add hash_function and compare_function
> 	pointers to bcache struct.
> 	(bcache_full): Use bcache->hash_function, and
> 	bcache->compare_function.
> 	(bcache_compare): New function.
> 	(bcache_xmalloc): Take hash_function and
> 	compare_function arguments and initialize the
> 	bcach's pointers.
> 	Updated comment.
> 	* objfiles.c (allocate_objfile): Updated.
> 	* symfile.c (reread_symbols): Updated.

fb846e72510040325bffd8f755180ea0025108dc
http://sourceware.org/ml/gdb-cvs/2010-08/msg00197.html

It has a regression for gdb.stabs/gdb11479.exp on all the tested distros
{x86_64,x86_64-m32,i686}-fedora{12,13,14snapshot}-linux-gnu even without
-lmcheck.


Regards,
Jan


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