From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26381 invoked by alias); 17 Sep 2003 16:09:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26374 invoked from network); 17 Sep 2003 16:09:57 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 17 Sep 2003 16:09:57 -0000 Received: from drow by nevyn.them.org with local (Exim 4.22 #1 (Debian)) id 19zesP-0002XM-0h; Wed, 17 Sep 2003 12:09:57 -0400 Date: Wed, 17 Sep 2003 16:09:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: Fix hash table mixup in bfd_simple_get_relocated_section_content Message-ID: <20030917160957.GA9588@nevyn.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-09/txt/msg00371.txt.bz2 On Wed, Sep 17, 2003 at 06:04:05PM +0200, Andreas Schwab wrote: > bfd_simple_get_relocated_section_content uses the generic linker > interface, so it should also use the generic_link_hash_table. Hmm, this seems right to me. > 2003-09-17 Andreas Schwab > > * simple.c (bfd_simple_get_relocated_section_contents): Use > _bfd_generic_link_hash_table_create instead of > bfd_link_hash_table_create. > > --- bfd/simple.c.~1.9.~ 2003-06-05 16:07:52.000000000 +0200 > +++ bfd/simple.c 2003-09-17 17:32:49.000000000 +0200 > @@ -198,7 +198,7 @@ bfd_simple_get_relocated_section_content > memset (&link_info, 0, sizeof (link_info)); > link_info.input_bfds = abfd; > > - link_info.hash = bfd_link_hash_table_create (abfd); > + link_info.hash = _bfd_generic_link_hash_table_create (abfd); > link_info.callbacks = &callbacks; > callbacks.warning = simple_dummy_warning; > callbacks.undefined_symbol = simple_dummy_undefined_symbol; > > -- > Andreas Schwab, SuSE Labs, schwab@suse.de > SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg > Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer