aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-06-29 22:17:57 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-06-29 22:17:57 +0000
commit4632c0d0fff081cb28947ede3d6804e8a470423c (patch)
tree71cab988ace8e6da6ead6a0dc4b57a6fd93ed40d /gdb/ChangeLog
parent32019081a7af77c58fc3b4dbbf43a77e6f1a7c86 (diff)
downloadgdb-4632c0d0fff081cb28947ede3d6804e8a470423c.zip
gdb-4632c0d0fff081cb28947ede3d6804e8a470423c.tar.gz
gdb-4632c0d0fff081cb28947ede3d6804e8a470423c.tar.bz2
gdb/
Code cleanup - reformatting. * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ... (producer_is_gcc_ge_4): ... here, change the return value. (process_full_comp_unit): New variable gcc_4_minor, adjust the value interpretation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af9f505a2..a64f76c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Code cleanup - reformatting.
+ * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
+ (producer_is_gcc_ge_4): ... here, change the return value.
+ (process_full_comp_unit): New variable gcc_4_minor, adjust the value
+ interpretation.
+
+2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
+
Fix non-only rename list for Fortran modules import.
* cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
cp_add_using_directive caller.