From 5385023112af199efa6cf1837fe65349abb5d2c7 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Oct 2009 06:54:03 +0000 Subject: * gc.h (SET_MACHINE_STACK_END): use __i386. Some compiler may not define __i386__. Solaris 64-bit Developer's Guide: http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47767f5da..49330e946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 27 15:53:10 2009 Tanaka Akira + + * gc.h (SET_MACHINE_STACK_END): use __i386. + Some compiler may not define __i386__. + Solaris 64-bit Developer's Guide: + http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view + Tue Oct 27 15:44:48 2009 Shugo Maeda * lib/net/ftp.rb (getbinaryfile, list): call to_s to convert -- cgit