From: John David Anglin Date: Sat, 22 Nov 2014 21:12:47 +0000 (+0000) Subject: Commit missing change log entries. X-Git-Tag: releases/gcc-5.1.0~2898 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b5216ddac0932b46ea74d864984a0dc037d5b97;p=thirdparty%2Fgcc.git Commit missing change log entries. From-SVN: r217974 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a735d54f4c3..929b2377ca83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2014-11-22 John David Anglin + + PR other/63694 + * configure.ac: Check for strtol, strtoul, strtoll and strtoull + declarations. + * configure: Regenerated. + * config.in: Regenerated. + 2014-11-22 Jan Hubicka * ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82a49ea013c0..66018b337178 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2014-11-22 John David Anglin + + PR other/63694 + * configure.ac: Check for strtol, strtoul, strtoll and strtoull + declarations. + * configure: Regenerated. + 2014-11-12 Kirill Yukhin * testsuite/test-strtol.c (run_tests): Cast strtol return to