This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[RFA] dwarf2.h (dwarf_location_atom): Add DW_OP_GNU_addr_index.
- From: dje at google dot com (Doug Evans)
- To: gcc-patches at sourceware dot org, binutils at sourceware dot org
- Cc: gdb-patches at sourceware dot org, ccoutant at google dot com, saugustine at google dot com
- Date: Wed, 18 Apr 2012 12:11:26 -0700 (PDT)
- Subject: [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,