llvm-project/compiler-rt/lib/builtins/arm
Saleem Abdulrasool 590e85b575 builtins: tag with noexecstack
These routines do not require executable stacks.  However, by default ELFish
linkers may assume an executable stack on GNUish environments (and some non-GNU
ones too!).  The GNU extension to add a note to indicate a non-executable stack
is honoured by these environments to mark the stack as non-executable (the
compiler normally emits this directive on appropriate targets whenever
possible).  This allows normal builds from getting executable stacks due to
linking to the compiler rt builtins.

llvm-svn: 273500
2016-06-22 22:09:42 +00:00
..
Makefile.mk
adddf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
addsf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_cdcmp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_cdcmpeq_check_nan.c Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}. 2015-08-21 00:25:37 +00:00
aeabi_cfcmp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_cfcmpeq_check_nan.c Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}. 2015-08-21 00:25:37 +00:00
aeabi_dcmp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_div0.c builtins: replace section symbol with reference to spec 2014-09-08 01:49:24 +00:00
aeabi_drsub.c Implement __aeabi_{f,d}rsub. 2015-08-18 18:10:33 +00:00
aeabi_fcmp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_frsub.c Implement __aeabi_{f,d}rsub. 2015-08-18 18:10:33 +00:00
aeabi_idivmod.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_ldivmod.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_memcmp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_memcpy.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_memmove.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_memset.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_uidivmod.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
aeabi_uldivmod.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
bswapdi2.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
bswapsi2.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
clzdi2.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
clzsi2.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
comparesf2.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
divdf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
divmodsi4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
divsf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
divsi3.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
eqdf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
eqsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
extendsfdf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
fixdfsivfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
fixsfsivfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
fixunsdfsivfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
fixunssfsivfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
floatsidfvfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
floatsisfvfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
floatunssidfvfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
floatunssisfvfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
gedf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
gesf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
gtdf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
gtsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
ledf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
lesf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
ltdf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
ltsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
modsi3.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
muldf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
mulsf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
nedf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
negdf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
negsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
nesf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
restore_vfp_d8_d15_regs.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
save_vfp_d8_d15_regs.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
softfloat-alias.list
subdf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
subsf3vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
switch8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
switch16.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
switch32.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
switchu8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync-ops.h Fix the armv7 thumb builtins on darwin 2014-10-04 00:18:59 +00:00
sync_fetch_and_add_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_add_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_and_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_and_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_max_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_max_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_min_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_min_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_nand_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_nand_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_or_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_or_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_sub_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_sub_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_umax_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_umax_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_umin_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_umin_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_xor_4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_fetch_and_xor_8.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
sync_synchronize.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
truncdfsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
udivmodsi4.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
udivsi3.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
umodsi3.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
unorddf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00
unordsf2vfp.S builtins: tag with noexecstack 2016-06-22 22:09:42 +00:00