This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: NEWS entries for 6.1.1 dwarf changes?


   Date: Fri, 11 Jun 2004 00:34:03 -0400
   From: Andrew Cagney <cagney@gnu.org>

   Hello,

   These 6.1.1 changes need a NEWS entry, anyone?

   2004-05-01  Mark Kettenis  <kettenis@gnu.org>

	   * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
	   encondings.  Fixes PR gdb/1628.

   Andrew

Would that be really useful?  This stuff is mentioned in the
ChangeLog.  Oh well, I don't want to hold up the release, so here's
some blurb about the change shown above.

Committed to the branch,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* NEWS: Mention fix for PR gdb/1628.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.138.2.5
diff -u -p -r1.138.2.5 NEWS
--- NEWS 4 Jun 2004 17:03:25 -0000 1.138.2.5
+++ NEWS 11 Jun 2004 14:16:00 -0000
@@ -19,6 +19,11 @@ systems (Solaris, IRIX).  Ref: server/51
 Older HPUX ANSI C compilers did not accept variable array sizes.  somsolib.c
 has been updated to use constant array sizes.
 
+* Bug fixes
+
+gdb/1628: GDB now handles the DW_EH_PE_funcrel encoding in DWARF Call
+Frame Info.
+
 *** Changes in GDB 6.1:
 
 * Removed --with-mmalloc


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