aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSami Wagiaalla <swagiaal@redhat.com>2010-03-10 16:22:29 +0000
committerSami Wagiaalla <swagiaal@redhat.com>2010-03-10 16:22:29 +0000
commitc0cc3a767075f2411cf855ec10d038e591ae5368 (patch)
tree7ba3a4e5468116fe17355bd326f99eeb3903316c /gdb/ChangeLog
parent452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f (diff)
downloadgdb-c0cc3a767075f2411cf855ec10d038e591ae5368.zip
gdb-c0cc3a767075f2411cf855ec10d038e591ae5368.tar.gz
gdb-c0cc3a767075f2411cf855ec10d038e591ae5368.tar.bz2
2010-03-09 Sami Wagiaalla <swagiaal@redhat.com>
PR C++/11236: * cp-namespace.c (cp_add_using): Deleted. (cp_add_using_directive): Use obstack allocations. Merged the function cp_add_using into this one. Added 'struct obstack *' argument. (cp_scan_for_anonymous_namespaces): Updated. * cp-support.h: Updated. * dwarf2read.c (read_import_statement): Updated. (read_namespace): Updated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 45baf5c..ad91ff6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
+
+ PR C++/11236:
+ * cp-namespace.c (cp_add_using): Deleted.
+ (cp_add_using_directive): Use obstack allocations.
+ Merged the function cp_add_using into this one.
+ Added 'struct obstack *' argument.
+ (cp_scan_for_anonymous_namespaces): Updated.
+ * cp-support.h: Updated.
+ * dwarf2read.c (read_import_statement): Updated.
+ (read_namespace): Updated.
+
2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
* windows-nat.c (cygwin_conv_path): Remove old macro.