forked from OSchip/llvm-project
Revert premature instructions to build __sync_fetch_*
My commits got a bit twisted when I was working on both embedded support and __sync stuff on the same branch. Sorry about that. llvm-svn: 194886
This commit is contained in:
parent
5100e8e9ae
commit
3ae5a369d8
|
@ -186,26 +186,6 @@ THUMB2_FUNCTIONS := \
|
|||
switch32 \
|
||||
switch8 \
|
||||
switchu8 \
|
||||
sync_fetch_and_add_4 \
|
||||
sync_fetch_and_sub_4 \
|
||||
sync_fetch_and_and_4 \
|
||||
sync_fetch_and_or_4 \
|
||||
sync_fetch_and_xor_4 \
|
||||
sync_fetch_and_nand_4 \
|
||||
sync_fetch_and_max_4 \
|
||||
sync_fetch_and_umax_4 \
|
||||
sync_fetch_and_min_4 \
|
||||
sync_fetch_and_umin_4 \
|
||||
sync_fetch_and_add_8 \
|
||||
sync_fetch_and_sub_8 \
|
||||
sync_fetch_and_and_8 \
|
||||
sync_fetch_and_or_8 \
|
||||
sync_fetch_and_xor_8 \
|
||||
sync_fetch_and_nand_8 \
|
||||
sync_fetch_and_max_8 \
|
||||
sync_fetch_and_umax_8 \
|
||||
sync_fetch_and_min_8 \
|
||||
sync_fetch_and_umin_8
|
||||
|
||||
I386_FUNCTIONS := \
|
||||
i686.get_pc_thunk.eax \
|
||||
|
|
Loading…
Reference in New Issue