platform_bionic/libc/arch-x86
Chih-Hung Hsieh 592c7b4cd7 Explicit binary op order for both gcc and clang/llvm.
* gcc assembler parses (1 << n - 1) as ((1 << n) - 1)
* llvm assembler parses (1 << n - 1) as (1 << (n - 1))

BUG: 26289334
Change-Id: Iaaa3d07f59c0f87cb1b80b9a1c4e765b66846791
2016-01-12 09:48:09 -08:00
..
atom Explicit binary op order for both gcc and clang/llvm. 2016-01-12 09:48:09 -08:00
bionic Add missing register preserve in x86/x86_64 longjmp. 2015-10-07 14:01:45 -07:00
generic/string Switch to LOCAL_SRC_FILES_EXCLUDE 2015-10-20 11:58:28 -07:00
include/machine Simplify our endian.h implementation. 2014-12-08 20:35:08 -08:00
silvermont Switch to LOCAL_SRC_FILES_EXCLUDE 2015-10-20 11:58:28 -07:00
syscalls fix the mremap signature 2015-11-06 13:14:43 -08:00
x86.mk Fix -fstack-protector-strong for x86. 2015-12-08 12:48:42 -08:00