* include/ruby/defines.h (flush_register_windows): use software
trap on Debian Sparc 32-bit userspace. [Bug #5244] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4574aeb70d
commit
9c49753182
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 20 13:09:35 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* include/ruby/defines.h (flush_register_windows): use software
|
||||||
|
trap on Debian Sparc 32-bit userspace. [Bug #5244]
|
||||||
|
|
||||||
Thu Oct 20 14:28:22 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
Thu Oct 20 14:28:22 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||||
|
|
||||||
* test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 with
|
* test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 with
|
||||||
|
@ -205,7 +205,7 @@ flush_register_windows(void)
|
|||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
volatile
|
volatile
|
||||||
#endif
|
#endif
|
||||||
# if defined(__sparc_v9__) || defined(__sparcv9) || defined(__arch64__)
|
# if SIZEOF_VOIDP > 4 /* workaround for Debian Sparc quirk */
|
||||||
("flushw")
|
("flushw")
|
||||||
# else
|
# else
|
||||||
("ta 0x03")
|
("ta 0x03")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user