summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-24 16:22:51 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-24 16:22:51 +0000
commit655833ff71f5073c1caa5124df93dab5cb922008 (patch)
treee21bcbff0304890e7c01194049ad076d6a2a28eb /gcc/ChangeLog
parentc041f442cd424f824022d3338380ecd4576a437d (diff)
downloadgcc-655833ff71f5073c1caa5124df93dab5cb922008.tar.gz
libiberty/ChangeLog:
* xasprintf.c: New file. * Makefile.in (CFILES): Add xasprintf.c. (REQUIRED_OFILES): Add xasprintf.$(objext). (xasprintf.$(objext)): New target. * functions.texi: Regenerate. include/ChangeLog: * libiberty.h (xasprintf): Declare. gcc/ChangeLog: * gengtype.h (xasprintf): Remove declaration. * gengtype.c (xasprintf): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 259e2af9f98..d2870d6b21d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-24 Uros Bizjak <ubizjak@gmail.com>
+
+ * gengtype.h (xasprintf): Remove declaration.
+ * gengtype.c (xasprintf): Remove.
+
2014-12-24 Nick Clifton <nickc@redhat.com>
PR target/64160