diff options
author | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 17:32:24 +0000 |
---|---|---|
committer | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 17:34:29 +0000 |
commit | 7c89917ffa6813f40fbb9f345411d59716e90714 (patch) | |
tree | 6457a90f308cea40a799e74f72c9b3a122f0b17c /libiberty/ChangeLog | |
parent | d7b24d2941fd7c99ba5843331989e6023075f0d0 (diff) | |
download | gdb-7c89917ffa6813f40fbb9f345411d59716e90714.zip gdb-7c89917ffa6813f40fbb9f345411d59716e90714.tar.gz gdb-7c89917ffa6813f40fbb9f345411d59716e90714.tar.bz2 |
Sync with gcc/libiberty.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82a49ea..ac23875 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,34 @@ +2014-12-24 Uros Bizjak <ubizjak@gmail.com> + Ben Elliston <bje@au.ibm.com> + Manuel Lopez-Ibanez <manu@gcc.gnu.org> + + * xasprintf.c: New file. + * Makefile.in (CFILES): Add xasprintf.c. + (REQUIRED_OFILES): Add xasprintf.$(objext). + (xasprintf.$(objext)): New target. + * functions.texi: Regenerate. + +2014-12-11 Uros Bizjak <ubizjak@gmail.com> + Ben Elliston <bje@au.ibm.com> + Manuel Lopez-Ibanez <manu@gcc.gnu.org> + + * 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. + +2014-11-22 John David Anglin <danglin@gcc.gnu.org> + + PR other/63694 + * configure.ac: Check for strtol, strtoul, strtoll and strtoull + declarations. + * configure: Regenerated. + 2014-11-12 Kirill Yukhin <kirill.yukhin@intel.com> * testsuite/test-strtol.c (run_tests): Cast strtol return to |