From: Jim Blandy Date: Tue, 17 Jan 2006 22:27:21 +0000 (+0000) Subject: gdb/ChangeLog: X-Git-Tag: gdb-csl-20060226-branchpoint~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1193688db202f828c9e3331ed42e2362004cacb8;p=external%2Fbinutils.git gdb/ChangeLog: 2006-01-17 Jim Blandy * dwarf2-frame.c (dwarf2_read_section): Update forward declaration to match prior change to dwarf2_read_section's type. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1bba311..6c55b9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-01-17 Jim Blandy + + * dwarf2-frame.c (dwarf2_read_section): Update forward declaration + to match prior change to dwarf2_read_section's type. + 2006-01-16 Paul Gilliam * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define. diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index 6ef3b40..668500d 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -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)