On Wed, Apr 25, 2012 at 04:56:17PM -0700, Doug Evans wrote:
> On Wed, Apr 18, 2012 at 12:11 PM, Doug Evans <d...@google.com> wrote:
> > 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.

Ok for GCC.
Just a note, we should use 0xff as a GNU opcode escape or something similar
(i.e. 0xff <uleb128> <operands> would be extended opcode) when we reach
that, because we are close to running out of the available range (well,
we could use some 0xeN values too).

        Jakub

Reply via email to