platform_bionic/linker/arch
Ryan Prichard 928c2492a3 Remove an unused code path
A static analyzer is complaining that num_valid_bits could be 64, and if
it were 64, then two later accesses would be out-of-bounds. is_nul_u64
can't be zero, though, because we only exit the loop when part of is_nul
is non-zero.

Bug: none
Test: manual
Change-Id: I75c3f70b600aa5478cb32fdf4ca0ae1173b69524
2020-01-22 13:59:15 -08:00
..
arm Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00
arm64 Make tls related header files platform accessible. 2019-09-27 12:14:24 -07:00
arm_neon Remove an unused code path 2020-01-22 13:59:15 -08:00
mips Replace .align with .balign for clarity 2016-10-27 05:11:56 -07:00
mips64 Fix mip64 build. 2017-10-13 13:22:24 -07:00
x86 Switch x86 begin.c to asm; align ESP correctly 2018-02-12 21:43:12 -08:00
x86_64 Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00