Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* PATCH: Fix gdb build failure
@ 2003-04-01 14:18 Daniel Jacobowitz
  2003-04-01 14:37 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-04-01 14:18 UTC (permalink / raw)
  To: gdb-patches

I changed the interface of a function in BFD yesterday and forgot to update
the one call to it in GDB.  Sorry 'bout that.  Fixed with the attached.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-04-01  Daniel Jacobowitz  <drow@mvista.com>

	* symfile.c (symfile_relocate_debug_section): Update call to
	bfd_simple_get_relocated_section_contents.

Index: symfile.c
===================================================================
RCS file: /cvs/src/src/gdb/symfile.c,v
retrieving revision 1.92
diff -u -p -r1.92 symfile.c
--- symfile.c	27 Feb 2003 20:48:03 -0000	1.92
+++ symfile.c	1 Apr 2003 14:15:47 -0000
@@ -3573,7 +3573,7 @@ symfile_relocate_debug_section (bfd *abf
      all sections begin at 0.  */
   bfd_map_over_sections (abfd, symfile_dummy_outputs, NULL);
 
-  return bfd_simple_get_relocated_section_contents (abfd, sectp, buf);
+  return bfd_simple_get_relocated_section_contents (abfd, sectp, buf, NULL);
 }
 
 void


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

end of thread, other threads:[~2003-04-01 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-01 14:18 PATCH: Fix gdb build failure Daniel Jacobowitz
2003-04-01 14:37 ` Andrew Cagney

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