On Wed, Apr 18, 2012 at 12:11 PM, Doug Evans <d...@google.com> wrote:
> Hi.
>
> This patch adds DW_OP_GNU_addr_index to dwarf2.h.
>
> Ok to commit?
>
> 2012-04-18  Doug Evans  <d...@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,

Ping.
This is approved on the binutils side.
I just need approval on the gcc side.

Reply via email to