aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-03-15 09:08:10 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-03-15 09:08:10 +0000
commit856d06f9726a285eb8f7a3221f26ed2afe77fbe5 (patch)
tree91787b8c58936d59696a86fd7ec1842ba3788f73 /gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
parent589b4a32255f1adc33120957cbefa6f4676c9b81 (diff)
downloadgdb-856d06f9726a285eb8f7a3221f26ed2afe77fbe5.zip
gdb-856d06f9726a285eb8f7a3221f26ed2afe77fbe5.tar.gz
gdb-856d06f9726a285eb8f7a3221f26ed2afe77fbe5.tar.bz2
gdb/testsuite/
* gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for describing DWARF data structures. * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise. * gdb.dwarf2/dw2-double-set-die-type.S: Likewise. * gdb.dwarf2/dw2-empty-pc-range.S: Likewise. * gdb.dwarf2/dw2-entry-value.S: Likewise. * gdb.dwarf2/dw2-modula2-self-type.S: Likewise. * gdb.dwarf2/dw2-param-error.S: Likewise. * gdb.dwarf2/dw2-skip-prologue.S: Likewise. * gdb.dwarf2/dw2-stack-boundary.S: Likewise. * gdb.dwarf2/dw4-sig-type-unused.S: Likewise. * gdb.dwarf2/implptr-optimized-out.S: Likewise. * gdb.dwarf2/member-ptr-forwardref.S: Likewise. * gdb.dwarf2/pr11465.S: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S')
-rw-r--r--gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S b/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
index 673e56e..2f268b1 100644
--- a/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
+++ b/gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S
@@ -15,10 +15,10 @@
.section .debug_info
d:
- .long debug_end - 1f /* Length of Compilation Unit Info */
+ .4byte debug_end - 1f /* Length of Compilation Unit Info */
1:
.2byte 0x3 /* DWARF version number */
- .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
+ .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */
.uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */
.ascii "GNU C 4.4.3\0" /* DW_AT_producer */
@@ -53,7 +53,7 @@ d:
.Ltype_structptr:
.uleb128 0x5 /* DW_TAG_pointer_type */
.byte 0x4 /* DW_AT_byte_size */
- .long .Ltype_struct - d /* DW_AT_type */
+ .4byte .Ltype_struct - d /* DW_AT_type */
.Lvar_out:
.uleb128 0x4 /* (DW_TAG_variable) */