i386.md (stack_protect_set): Disable the pattern for Android since Android libc ...
authorSergey Melnikov <sergey.melnikov@intel.com>
Mon, 16 Jul 2012 10:00:37 +0000 (10:00 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Mon, 16 Jul 2012 10:00:37 +0000 (10:00 +0000)
commitd923fe0f01c65cfef6e26645e01357196a634995
tree883d76bae4cf5284831e359cf87a37009b26d9aa
parenta14c200adce850fad77a9181fe4a642b86c2f123
i386.md (stack_protect_set): Disable the pattern for Android since Android libc (bionic) does not provide...

2012-07-16 Sergey Melnikov <sergey.melnikov@intel.com>

        * config/i386/i386.md (stack_protect_set): Disable the pattern
        for Android since Android libc (bionic) does not provide random
        value for stack protection guard at gs:0x14. Guard value
        will be provided from external symbol (default implementation).
        (stack_protect_set_<mode>): Likewise.
        (stack_protect_test): Likewise.
        (stack_protect_test_<mode>): Likewise.

From-SVN: r189513
gcc/ChangeLog
gcc/config/i386/i386.md