From 9bae83f89fa644d1572d2ce7dfd67170bf6ce3c2 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 21 Aug 2012 08:32:01 +0000 Subject: * addr2line.c (fill_lines): need check and cast of the file size of target binary because there are some platforms which off_t > size_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06a6eb892f..34f19a1095 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 21 17:29:56 2012 NAKAMURA Usaku + + * addr2line.c (fill_lines): need check and cast of the file size of + target binary because there are some platforms which off_t > size_t. + Tue Aug 21 17:07:58 2012 URABE Shyouhei * .travis.yml (compiler): [experimental] clang support. -- cgit v1.2.3