]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/xasprintf.c
xasprintf.c: New file.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 24 Dec 2014 16:22:51 +0000 (17:22 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 24 Dec 2014 16:22:51 +0000 (17:22 +0100)
commite88509188632d76288d391d1407157f1bff22ade
treee21bcbff0304890e7c01194049ad076d6a2a28eb
parent369695b99d6eb0382c32ad442a55a5d3e656069a
xasprintf.c: New file.

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.

Co-Authored-By: Ben Elliston <bje@au.ibm.com>
Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
From-SVN: r219060
gcc/ChangeLog
gcc/gengtype.c
gcc/gengtype.h
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/functions.texi
libiberty/xasprintf.c [new file with mode: 0644]