diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-14 16:51:29 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-14 16:51:29 +0000 |
| commit | e8ab94ede0609bb02cea9960e685fd3752dbe762 (patch) | |
| tree | a25db4e83159ac872ca6cfe0b3595869f4fe041b /ChangeLog | |
| parent | 301a11b24b728aa15b811c50f68396a81cf15b85 (diff) | |
* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
allow unaligned word access.
* st.c (UNALIGNED_WORD_ACCESS): x86_64 allows unaligned word
access as well as i386.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jul 15 01:51:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not + allow unaligned word access. + + * st.c (UNALIGNED_WORD_ACCESS): x86_64 allows unaligned word + access as well as i386. + Thu Jul 14 12:19:34 2011 Hiroshi Nakamura <nahi@ruby-lang.org> * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from |
