public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.
@ 2012-04-18 19:38 Doug Evans
  2012-04-19 19:33 ` nick clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Evans @ 2012-04-18 19:38 UTC (permalink / raw)
  To: gcc-patches, binutils; +Cc: gdb-patches, ccoutant, saugustine

Hi.

This patch adds DW_OP_GNU_addr_index to dwarf2.h.

Ok to commit?

2012-04-18  Doug Evans  <dje@google.com>

	* dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.

Index: include/dwarf2.h
===================================================================
RCS file: /cvs/src/src/include/dwarf2.h,v
retrieving revision 1.28
diff -u -p -r1.28 dwarf2.h
--- include/dwarf2.h	26 Jan 2012 22:57:17 -0000	1.28
+++ include/dwarf2.h	18 Apr 2012 17:37:23 -0000
@@ -578,6 +578,8 @@ enum dwarf_location_atom
     DW_OP_GNU_reinterpret = 0xf9,
     /* The GNU parameter ref extension.  */
     DW_OP_GNU_parameter_ref = 0xfa,
+    /* Extension for Fission.  See http://gcc.gnu.org/wiki/DebugFission.  */
+    DW_OP_GNU_addr_index = 0xfb,
     /* HP extensions.  */
     DW_OP_HP_unknown     = 0xe0, /* Ouch, the same as GNU_push_tls_address.  */
     DW_OP_HP_is_value    = 0xe1,

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

* Re: [RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.
  2012-04-18 19:38 [RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index Doug Evans
@ 2012-04-19 19:33 ` nick clifton
  0 siblings, 0 replies; 2+ messages in thread
From: nick clifton @ 2012-04-19 19:33 UTC (permalink / raw)
  To: Doug Evans; +Cc: gcc-patches, binutils, gdb-patches, ccoutant, saugustine

Hi Doug,

> 2012-04-18  Doug Evans<dje@google.com>
>
> 	* dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.

Approved - please apply.

Cheers
   Nick

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

end of thread, other threads:[~2012-04-19 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-18 19:38 [RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index Doug Evans
2012-04-19 19:33 ` nick clifton

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