aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 549a9b7..1672806 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-09 Richard Henderson <rth@redhat.com>
+
+ PR debug/20998
+ * dbxout.c: Include expr.h.
+ (dbxout_global_decl): Don't suppress for DECL_RTL unset.
+ (dbxout_symbol): Handle DECL_VALUE_EXPR.
+ * Makefile.in (dbxout.o): Add EXPR_H.
+
2005-09-09 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/23509