aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-02-04 15:18:51 +0000
committerIan Lance Taylor <ian@airs.com>2009-02-04 15:18:51 +0000
commit8e94a90cbc441a1515908ae6a5ed162c5190306c (patch)
treeac995d09bff03dc4065a7eff70dba72459449580 /gold/ChangeLog
parent9f08ae4f53c8ad3a311fea01352fdd4be11f9d09 (diff)
downloadgdb-8e94a90cbc441a1515908ae6a5ed162c5190306c.zip
gdb-8e94a90cbc441a1515908ae6a5ed162c5190306c.tar.gz
gdb-8e94a90cbc441a1515908ae6a5ed162c5190306c.tar.bz2
PR 9812
* reduced_debug_output.h (Output_reduced_debug_abbrev_section::failed): Use format for gold_warning. (Output_reduced_debug_info_section::faild): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 87543b5..b6a7d84 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-04 Duncan Sands <baldrick@free.fr>
+
+ PR 9812
+ * reduced_debug_output.h
+ (Output_reduced_debug_abbrev_section::failed): Use format for
+ gold_warning.
+ (Output_reduced_debug_info_section::faild): Likewise.
+
2009-01-31 Mikolaj Zalewski <mikolajz@google.com>
* script.cc (Lazy_demangler): New class.