| Index: gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
|
| diff --git a/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S b/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
|
| index 2f268b1cc56d5e40baf72d938f9d68e9c3448b6e..deacc1577e209136a506148eea9c1b339f36a4a7 100644
|
| --- a/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
|
| +++ b/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright 2010-2012 Free Software Foundation, Inc.
|
| +/* Copyright 2010-2013 Free Software Foundation, Inc.
|
|
|
| This program is free software; you can redistribute it and/or modify
|
| it under the terms of the GNU General Public License as published by
|
| @@ -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 */
|
|
|