Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Fix hash table mixup in bfd_simple_get_relocated_section_content
@ 2003-09-17 16:04 Andreas Schwab
  2003-09-17 16:09 ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2003-09-17 16:04 UTC (permalink / raw)
  To: gdb-patches

bfd_simple_get_relocated_section_content uses the generic linker
interface, so it should also use the generic_link_hash_table.

Andreas.

2003-09-17  Andreas Schwab  <schwab@suse.de>

	* 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."


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-18  1:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-17 16:04 Fix hash table mixup in bfd_simple_get_relocated_section_content Andreas Schwab
2003-09-17 16:09 ` Daniel Jacobowitz
2003-09-17 16:46   ` Andreas Schwab
2003-09-17 18:26     ` Andrew Cagney
2003-09-17 19:41       ` Andreas Schwab
2003-09-17 20:42         ` Andrew Cagney
2003-09-18  1:57           ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox