]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 2 Dec 2011 17:01:20 +0000 (17:01 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 2 Dec 2011 17:01:20 +0000 (17:01 +0000)
commit585861ead5776f239380a5e16077dcfbd268a072
tree775f29fef4f7bad7f4029aefe70cf7b6e6320fa9
parent968643aaa917f8d1b87ebe6d37e91056e2083756
gdb/
PR threads/13448
* dwarf2read.c (decode_locdesc): Handle DW_OP_const8u.
For DW_OP_GNU_push_tls_address increment the value, new comment for it.

gdb/testsuite/
PR threads/13448
* gdb.dwarf2/dw2-var-zero-addr.S: New file.
* gdb.dwarf2/dw2-var-zero-addr.exp: New file.
* gdb.threads/tls-var-main.c: New file.
* gdb.threads/tls-var.c: New file.
* gdb.threads/tls-var.exp: New file.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.S [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.exp [new file with mode: 0644]
gdb/testsuite/gdb.threads/tls-var-main.c [new file with mode: 0644]
gdb/testsuite/gdb.threads/tls-var.c [new file with mode: 0644]
gdb/testsuite/gdb.threads/tls-var.exp [new file with mode: 0644]