platform_bionic/libm/x86_64
Stephen Hines c68ec152d1 Fix issues with .note.GNU-stack section directives.
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
2020-08-21 12:17:12 -07:00
..
ceil.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
ceilf.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
e_acos.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_asin.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_atan2.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_cosh.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_hypot.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_log10.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
e_sinh.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
floor.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
floorf.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
lrint.S Minor copyright header unification. 2016-10-24 12:57:55 -07:00
lrintf.S Minor copyright header unification. 2016-10-24 12:57:55 -07:00
rint.S Minor copyright header unification. 2016-10-24 12:57:55 -07:00
rintf.S Minor copyright header unification. 2016-10-24 12:57:55 -07:00
s_atan.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_cbrt.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_cos.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_expm1.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_log1p.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_sin.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_tan.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
s_tanh.S Fix issues with .note.GNU-stack section directives. 2020-08-21 12:17:12 -07:00
sqrt.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
sqrtf.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
trunc.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00
truncf.S libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 2015-03-06 16:48:30 -08:00