android_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
generic/string
include/machine
silvermont
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