diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-10-02 13:31:47 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-10-02 13:31:47 +0000 |
commit | b18e6318c598e9c59c93099b1ee00ae4a5ebe500 (patch) | |
tree | d48f7121ad2824b42ec60591dd9b2903432b90be /gdb/testsuite/gdb.dwarf2 | |
parent | a9bfd952d1747c18a39f1125d2d56b2b61f45378 (diff) | |
download | binutils-gdb-b18e6318c598e9c59c93099b1ee00ae4a5ebe500.tar.gz |
gdb/testsuite/
Fix s390x testcase compatibility.
* gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S b/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S index cafab49e4ef..4f3eec545f8 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S @@ -41,7 +41,7 @@ .Lcu1_begin: .4byte .Lcu1_end - .Lcu1_start # Length of Compilation Unit Info .Lcu1_start: - .value 0x3 # DWARF version number + .2byte 0x3 # DWARF version number .long .Labbrev1_begin # Offset Into Abbrev. Section .byte 0x4 # Pointer Size (in bytes) |