]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/value.c
gdb
authorTom Tromey <tromey@redhat.com>
Tue, 14 Sep 2010 19:08:30 +0000 (19:08 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Sep 2010 19:08:30 +0000 (19:08 +0000)
commit515ed532307e751b26e34347ee7258f164eb053f
tree2f6764bb18b314dcceabbd40073a729536d47eaa
parent7ef07ba077cec6568e767adefb995ffbc89970c0
gdb
PR exp/11803:
* value.c (value_static_field): Use value_of_variable.
gdb/testsuite
PR exp/11803:
* gdb.threads/tls.exp: Use C++.
(check_thread_local): Use K::another_thread_local.
* gdb.threads/tls.c (class K): New.
(another_thread_local): Now a member of K.
(spin): Update.  No longer K&R C.
gdb/ChangeLog
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/tls.c
gdb/testsuite/gdb.threads/tls.exp
gdb/value.c