aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2014-01-28 19:06:44 +0000
committerTom Tromey <tromey@redhat.com>2014-05-08 10:18:28 -0600
commit8458514f6aa55ed139c0d28c6822ef98bc9f3497 (patch)
treee85ed21f9c1966d323a3f02bbc6edf79ce0b7d24 /libiberty/ChangeLog
parenta18138132bd35df3ebbcc6d39091c6e713892b53 (diff)
downloadgdb-8458514f6aa55ed139c0d28c6822ef98bc9f3497.zip
gdb-8458514f6aa55ed139c0d28c6822ef98bc9f3497.tar.gz
gdb-8458514f6aa55ed139c0d28c6822ef98bc9f3497.tar.bz2
Avoid "'dc' may be uninitialized" warning.
libiberty/ * cp-demangle.c (d_demangle_callback): Put an abort call in place, to help the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 083ec79..0a4496b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-28 Thomas Schwinge <thomas@codesourcery.com>
+
+ * cp-demangle.c (d_demangle_callback): Put an abort call in place,
+ to help the compiler.
+
2014-01-21 Tom Tromey <tromey@redhat.com>
* _doprint.c (checkit): Use stdarg, not VA_* macros.