gdb/ChangeLog:
authorJim Blandy <jimb@codesourcery.com>
Tue, 17 Jan 2006 22:27:21 +0000 (22:27 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 17 Jan 2006 22:27:21 +0000 (22:27 +0000)
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.

gdb/ChangeLog
gdb/dwarf2-frame.c

index 1bba311..6c55b9e 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2006-01-16  Paul Gilliam  <pgilliam@us.ibm.com>
 
        * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
index 6ef3b40..668500d 100644 (file)
@@ -1710,7 +1710,7 @@ extern asection *dwarf_frame_section;
 extern asection *dwarf_eh_frame_section;
 
 /* Imported from dwarf2read.c.  */
-extern char *dwarf2_read_section (struct objfile *objfile, asection *sectp);
+extern gdb_byte *dwarf2_read_section (struct objfile *objfile, asection *sectp);
 
 void
 dwarf2_build_frame_info (struct objfile *objfile)