public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] Update DWARF codes for Fission
@ 2012-05-01 23:17 Cary Coutant
  2012-05-02  5:45 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Cary Coutant @ 2012-05-01 23:17 UTC (permalink / raw)
  To: gcc-patches, Binutils

This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes
for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index,
and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki
page at http://gcc.gnu.org/wiki/DebugFission has been updated.)

OK for binutils and gcc?

-cary


include/

2012-05-01  Cary Coutant  <ccoutant@google.com>

	* dwarf2.def: Remove DW_FORM_GNU_ref_index,
	replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.


commit bc45612d20fad44534b0efeeb821671d8e8c5b63
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue May 1 16:08:08 2012 -0700

    Update DW_FORM and DW_AT codes for Fission.

diff --git a/include/dwarf2.def b/include/dwarf2.def
index 3ac3354..e36ae91 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -203,7 +203,6 @@ DW_FORM (DW_FORM_exprloc, 0x18)
 DW_FORM (DW_FORM_flag_present, 0x19)
 DW_FORM (DW_FORM_ref_sig8, 0x20)
 /* Extensions for Fission.  See http://gcc.gnu.org/wiki/DebugFission.  */
-DW_FORM (DW_FORM_GNU_ref_index, 0x1f00)
 DW_FORM (DW_FORM_GNU_addr_index, 0x1f01)
 DW_FORM (DW_FORM_GNU_str_index, 0x1f02)
 DW_END_FORM
@@ -383,7 +382,7 @@ DW_AT (DW_AT_GNU_macros, 0x2119)
 /* Extensions for Fission.  See http://gcc.gnu.org/wiki/DebugFission.  */
 DW_AT (DW_AT_GNU_dwo_name, 0x2130)
 DW_AT (DW_AT_GNU_dwo_id, 0x2131)
-DW_AT (DW_AT_GNU_ref_base, 0x2132)
+DW_AT (DW_AT_GNU_ranges_base, 0x2132)
 DW_AT (DW_AT_GNU_addr_base, 0x2133)
 DW_AT (DW_AT_GNU_pubnames, 0x2134)
 DW_AT (DW_AT_GNU_pubtypes, 0x2135)

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

* Re: [patch] Update DWARF codes for Fission
  2012-05-01 23:17 [patch] Update DWARF codes for Fission Cary Coutant
@ 2012-05-02  5:45 ` Jakub Jelinek
  2012-05-02 18:43   ` Cary Coutant
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Jelinek @ 2012-05-02  5:45 UTC (permalink / raw)
  To: Cary Coutant; +Cc: gcc-patches, Binutils

On Tue, May 01, 2012 at 04:17:02PM -0700, Cary Coutant wrote:
> This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes
> for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index,
> and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki
> page at http://gcc.gnu.org/wiki/DebugFission has been updated.)
> 
> OK for binutils and gcc?

Okay.

> 2012-05-01  Cary Coutant  <ccoutant@google.com>
> 
> 	* dwarf2.def: Remove DW_FORM_GNU_ref_index,
> 	replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
> 
> 
> commit bc45612d20fad44534b0efeeb821671d8e8c5b63
> Author: Cary Coutant <ccoutant@google.com>
> Date:   Tue May 1 16:08:08 2012 -0700
> 
>     Update DW_FORM and DW_AT codes for Fission.

	Jakub

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

* Re: [patch] Update DWARF codes for Fission
  2012-05-02  5:45 ` Jakub Jelinek
@ 2012-05-02 18:43   ` Cary Coutant
  0 siblings, 0 replies; 3+ messages in thread
From: Cary Coutant @ 2012-05-02 18:43 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches, Binutils

>> This patch to include/dwarf2.def updates the DW_FORM and DW_AT codes
>> for the Fission extensions. We've eliminated DW_FORM_GNU_ref_index,
>> and replaced DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. (The wiki
>> page at http://gcc.gnu.org/wiki/DebugFission has been updated.)
>>
>> OK for binutils and gcc?
>
> Okay.

Thanks, committed to both repositories.

-cary

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

end of thread, other threads:[~2012-05-02 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-01 23:17 [patch] Update DWARF codes for Fission Cary Coutant
2012-05-02  5:45 ` Jakub Jelinek
2012-05-02 18:43   ` Cary Coutant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).