c68ec152d1
bionic/libm/x86_64/s_log1p.S:809:2: error: changed section type for .note.GNU-stack, expected: 0x1 .section .note.GNU-stack, "" ^ These assembly sources are missing @progbits to set the section flags correctly. Without it, they end up denoting a different section type. By adding the @progbits explicitly, we see the same section flags with readelf. [ 4] .note.GNU-stack PROGBITS 0000000000000000 000593 000000 00 0 0 1 Bug: http://b/155835175 Test: m for aosp_x86_64 Change-Id: Ifff35d35f5f9ded5938e88677b18805809820e9f |
||
---|---|---|
.. | ||
ceil.S | ||
ceilf.S | ||
e_acos.S | ||
e_asin.S | ||
e_atan2.S | ||
e_cosh.S | ||
e_hypot.S | ||
e_log10.S | ||
e_sinh.S | ||
floor.S | ||
floorf.S | ||
libm_reduce_pi04l.S | ||
libm_sincos_huge.S | ||
libm_tancot_huge.S | ||
lrint.S | ||
lrintf.S | ||
rint.S | ||
rintf.S | ||
s_atan.S | ||
s_cbrt.S | ||
s_cos.S | ||
s_expm1.S | ||
s_log1p.S | ||
s_sin.S | ||
s_tan.S | ||
s_tanh.S | ||
sqrt.S | ||
sqrtf.S | ||
trunc.S | ||
truncf.S |