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]

Obvious: update forward declaration of dwarf2_read_section


gdb/ChangeLog:
2006-01-17  Jim Blandy  <jimb@redhat.com>

	* dwarf2-frame.c (dwarf2_read_section): Update forward declaration
	to match prior change to dwarf2_read_section's type.

Index: gdb/dwarf2-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2-frame.c,v
retrieving revision 1.57
diff -c -p -r1.57 dwarf2-frame.c
*** gdb/dwarf2-frame.c	17 Dec 2005 22:33:59 -0000	1.57
--- gdb/dwarf2-frame.c	17 Jan 2006 22:24:22 -0000
*************** extern asection *dwarf_frame_section;
*** 1710,1716 ****
  extern asection *dwarf_eh_frame_section;

  /* Imported from dwarf2read.c.  */
! extern char *dwarf2_read_section (struct objfile *objfile, asection *sectp);

  void
  dwarf2_build_frame_info (struct objfile *objfile)
--- 1710,1716 ----
  extern asection *dwarf_eh_frame_section;

  /* Imported from dwarf2read.c.  */
! extern gdb_byte *dwarf2_read_section (struct objfile *objfile,
asection *sectp);

  void
  dwarf2_build_frame_info (struct objfile *objfile)


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