aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-06-29 16:53:10 +0000
committerDoug Evans <dje@google.com>2010-06-29 16:53:10 +0000
commit254e6b9ed4abf109cb8399aa3f8f387f7eb2465c (patch)
tree2bc97c84786aa776590c3ff3c28dedb572e1d449 /gdb/NEWS
parent6e70227d64c310278ef73303b2137a9997cb4c0f (diff)
downloadbinutils-254e6b9ed4abf109cb8399aa3f8f387f7eb2465c.zip
binutils-254e6b9ed4abf109cb8399aa3f8f387f7eb2465c.tar.gz
binutils-254e6b9ed4abf109cb8399aa3f8f387f7eb2465c.tar.bz2
PR c++/11702
* NEWS: Add entry. * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present, create a symbol for the field and record the value. (new_symbol): Handle DW_TAG_member. * gdbtypes.c (field_is_static): Remove FIXME. * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN, only ignore LOC_CONST symbols that are enums. testsuite/ Test PR c++/11702. * gdb.cp/m-static.exp: Add testcase. * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 73ff05f..4764c01 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -32,6 +32,11 @@
GDB now also supports proper overload resolution for all the previously
mentioned flavors of operators.
+ ** static const class members
+
+ Printing of static const class members that are initialized in the
+ class definition has been fixed.
+
* Windows Thread Information Block access.
On Windows targets, GDB now supports displaying the Windows Thread