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 | |
parent | 2010-10-02 Doug Kwan <dougkwan@google.com> (diff) | |
download | binutils-gdb-b18e6318c598e9c59c93099b1ee00ae4a5ebe500.tar.gz binutils-gdb-b18e6318c598e9c59c93099b1ee00ae4a5ebe500.tar.bz2 binutils-gdb-b18e6318c598e9c59c93099b1ee00ae4a5ebe500.zip |
gdb/testsuite/
Fix s390x testcase compatibility.
* gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 32e9edb02d5..50f59673203 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix s390x testcase compatibility. + * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value. + 2010-10-01 Doug Evans <dje@google.com> * lib/gdb-python.exp: New file. 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) |