diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-22 21:12:47 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-22 21:12:47 +0000 |
commit | db59eb8f1f3b7eeeac0b280b1e6bb689a903df01 (patch) | |
tree | 48789a5b3e0ca6007d695dfabf3374786c4d0eab /libiberty | |
parent | ca92a2511ecb05fb7c84df998723c257f23b6ca7 (diff) | |
download | gcc-db59eb8f1f3b7eeeac0b280b1e6bb689a903df01.tar.gz |
Commit missing change log entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217974 138bc75d-0d04-0410-961f-82ee72b054a4
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 82a49ea013c..66018b33717 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 |