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 1bba311a9afecc8328a6036eed887741e3f255bb..6c55b9e9ba058e1921b1bbab200e69060f7b13bc 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 6ef3b4045e924ab8a20e0273c5b0999c90db0112..668500d26c9863e64666ad0228ca171444d7e3cd 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)