This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.


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,


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