From be5ad3a6bcadc8e1b77af0f640c2d37513ac5e7a Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 4 Sep 2008 00:05:30 +0000 Subject: * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64) with gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21). There is no register/memory to contain load_path. A register (r35) contains &RARRAY_PTR(load_path), (char*)load_path + 32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b73052fcb..821012d9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 4 08:59:29 2008 Tanaka Akira + + * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64) + with gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21). + There is no register/memory to contain load_path. A register (r35) + contains &RARRAY_PTR(load_path), (char*)load_path + 32. + Thu Sep 4 03:10:05 2008 Tanaka Akira * include/ruby/io.h (rb_io_t): new fields: encs.ecopts and -- cgit