aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-09-30 18:58:08 +0000
committerTom Tromey <tromey@redhat.com>2010-09-30 18:58:08 +0000
commit38f12cfce28f77a63b324a65a30d143f92cc0af4 (patch)
tree4ca23e8cfbc7ec213d42eea9986541017e486d0c /gdb/testsuite/ChangeLog
parent9ae8282da74ec1fbc0f89d87e645cbaabfa609ce (diff)
downloadgdb-38f12cfce28f77a63b324a65a30d143f92cc0af4.zip
gdb-38f12cfce28f77a63b324a65a30d143f92cc0af4.tar.gz
gdb-38f12cfce28f77a63b324a65a30d143f92cc0af4.tar.bz2
gdb
* value.c (value_primitive_field): Take 'offset' into account for packed field. gdb/testsuite * gdb.base/anon.exp: New file. * gdb.base/anon.c: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 56ee414..6bd5a87 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2010-09-30 Tom Tromey <tromey@redhat.com>
+ * gdb.base/anon.exp: New file.
+ * gdb.base/anon.c: New file.
+
+2010-09-30 Tom Tromey <tromey@redhat.com>
+
* gdb.base/completion.exp: Test completion through anonymous
union.
* gdb.base/break1.c (struct some_struct): Add anonymous union.