* gdb.dwarf2/implptr-optimized-out.S: DIE offset for

DW_OP_GNU_implicit_pointer is section-relative.
This commit is contained in:
Doug Evans 2012-12-14 18:26:00 +00:00
parent 1993b71979
commit f8c05d0d19
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-12-14 Doug Evans <dje@google.com>
* gdb.dwarf2/implptr-optimized-out.S: DIE offset for
DW_OP_GNU_implicit_pointer is section-relative.
2012-12-14 Tom Tromey <tromey@redhat.com>
* gdb.base/info-proc.exp: Add core file tests.

View File

@ -66,7 +66,7 @@ d:
.byte 2f - 1f /* DW_AT_location: DW_FORM_block1 */
1:
.byte 0xf2 /* DW_OP_GNU_implicit_pointer */
.4byte .Lvar_out - d /* referenced DIE */
.4byte .Lvar_out /* referenced DIE, section-relative! */
.sleb128 0 /* offset */
2:
.4byte .Ltype_structptr - d /* DW_AT_type */