Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* NEWS entries for 6.1.1 dwarf changes?
@ 2004-06-11  4:34 Andrew Cagney
  2004-06-11 14:21 ` Mark Kettenis
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2004-06-11  4:34 UTC (permalink / raw)
  To: gdb-patches

Hello,

These 6.1.1 changes need a NEWS entry, anyone?

2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>

	* dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
	base_address for shared libraries.

2004-05-11  Nick Roberts  <nickrob@gnu.org>

	* utils.c (defaulted_query): Just use the normal query input type
	when printing the annotations.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NEWS entries for 6.1.1 dwarf changes?
  2004-06-11  4:34 NEWS entries for 6.1.1 dwarf changes? Andrew Cagney
@ 2004-06-11 14:21 ` Mark Kettenis
  2004-06-11 15:17   ` Andrew Cagney
  2004-06-11 15:18   ` Andrew Cagney
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Kettenis @ 2004-06-11 14:21 UTC (permalink / raw)
  To: cagney; +Cc: gdb-patches

   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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NEWS entries for 6.1.1 dwarf changes?
  2004-06-11 14:21 ` Mark Kettenis
@ 2004-06-11 15:17   ` Andrew Cagney
  2004-06-11 15:18   ` Andrew Cagney
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Cagney @ 2004-06-11 15:17 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

>    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.

Yes.  The NEWS entries, included in the 6.1.1 announcement, tell the 
user know what was fixed (not how).  Conversely, the ChangeLog (as it 
should) tells us what was changed, not why.

Andrew

 >   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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NEWS entries for 6.1.1 dwarf changes?
  2004-06-11 14:21 ` Mark Kettenis
  2004-06-11 15:17   ` Andrew Cagney
@ 2004-06-11 15:18   ` Andrew Cagney
  2004-06-11 17:07     ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2004-06-11 15:18 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

> +* Bug fixes
> +
> +gdb/1628: GDB now handles the DW_EH_PE_funcrel encoding in DWARF Call
> +Frame Info.

Can you include which systems this affects.

Andrew



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NEWS entries for 6.1.1 dwarf changes?
  2004-06-11 15:18   ` Andrew Cagney
@ 2004-06-11 17:07     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2004-06-11 17:07 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: kettenis, gdb-patches

> Date: Fri, 11 Jun 2004 11:18:33 -0400
> From: Andrew Cagney <cagney@gnu.org>
> 
> > +* Bug fixes
> > +
> > +gdb/1628: GDB now handles the DW_EH_PE_funcrel encoding in DWARF Call
> > +Frame Info.
> 
> Can you include which systems this affects.

And also, as much as possible, explain the effect of the bugfix so
that programmers who are not necessarily DWARF experts would
understand that.

TIA


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-11 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11  4:34 NEWS entries for 6.1.1 dwarf changes? Andrew Cagney
2004-06-11 14:21 ` Mark Kettenis
2004-06-11 15:17   ` Andrew Cagney
2004-06-11 15:18   ` Andrew Cagney
2004-06-11 17:07     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox