-
- Downloads
xvasprintf.c: New file.
* xvasprintf.c: New file. * vprintf-support.h: Likewise. * vprintf-support.c: Likewise. * Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c. (REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext). (vprintf-support.$(objext), xvasprintf.$(objext)): New targets. (vasprintf.$(objext)): Depend on $(srcdir)/vprintf-support.h. * functions.texi: Regenerate. * vasprintf.c (int_vasprintf): Use libiberty_vprintf_buffer_size. include/ChangeLog: * libiberty.h (xvasprintf): Declare. libcpp/ChangeLog: * directives.c (cpp_define_formatted): Use xvasprintf. Co-Authored-By:Ben Elliston <bje@au.ibm.com> Co-Authored-By:
Manuel López-Ibáñez <manu@gcc.gnu.org> From-SVN: r218618
Showing
- include/ChangeLog 6 additions, 0 deletionsinclude/ChangeLog
- include/libiberty.h 5 additions, 0 deletionsinclude/libiberty.h
- libcpp/ChangeLog 4 additions, 0 deletionslibcpp/ChangeLog
- libcpp/directives.c 2 additions, 2 deletionslibcpp/directives.c
- libiberty/ChangeLog 14 additions, 0 deletionslibiberty/ChangeLog
- libiberty/Makefile.in 25 additions, 5 deletionslibiberty/Makefile.in
- libiberty/functions.texi 9 additions, 0 deletionslibiberty/functions.texi
- libiberty/vasprintf.c 5 additions, 79 deletionslibiberty/vasprintf.c
- libiberty/vprintf-support.c 119 additions, 0 deletionslibiberty/vprintf-support.c
- libiberty/vprintf-support.h 22 additions, 0 deletionslibiberty/vprintf-support.h
- libiberty/xvasprintf.c 61 additions, 0 deletionslibiberty/xvasprintf.c
Loading
Please register or sign in to comment