diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-11-22 21:12:47 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-11-22 21:12:47 +0000 |
commit | 7b5216ddac0932b46ea74d864984a0dc037d5b97 (patch) | |
tree | 48789a5b3e0ca6007d695dfabf3374786c4d0eab /libiberty | |
parent | 4ad08ee83804220dcc7e059e11377f18a2bb00ba (diff) | |
download | gcc-7b5216ddac0932b46ea74d864984a0dc037d5b97.zip gcc-7b5216ddac0932b46ea74d864984a0dc037d5b97.tar.gz gcc-7b5216ddac0932b46ea74d864984a0dc037d5b97.tar.bz2 |
Commit missing change log entries.
From-SVN: r217974
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82a49ea..66018b3 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +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 |