Skip to content

Commit 242b776

Browse files
committed
sync/atomic/asm_darwin_arm.s: remove atomic pointer functions, fix build.
1 parent bf8c278 commit 242b776

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/sync/atomic/asm_darwin_arm.s

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0
1515
TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0
1616
B ·CompareAndSwapUint32(SB)
1717

18-
TEXT ·CompareAndSwapPointer(SB),NOSPLIT,$0
19-
B ·CompareAndSwapUint32(SB)
20-
2118
TEXT ·AddInt32(SB),NOSPLIT,$0
2219
B ·AddUint32(SB)
2320

@@ -36,9 +33,6 @@ TEXT ·SwapUint32(SB),NOSPLIT,$0
3633
TEXT ·SwapUintptr(SB),NOSPLIT,$0
3734
B ·SwapUint32(SB)
3835

39-
TEXT ·SwapPointer(SB),NOSPLIT,$0
40-
B ·SwapUint32(SB)
41-
4236
TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0
4337
B ·CompareAndSwapUint64(SB)
4438

@@ -103,6 +97,3 @@ TEXT ·StoreUint64(SB),NOSPLIT,$0
10397

10498
TEXT ·StoreUintptr(SB),NOSPLIT,$0
10599
B ·StoreUint32(SB)
106-
107-
TEXT ·StorePointer(SB),NOSPLIT,$0
108-
B ·StoreUint32(SB)

0 commit comments

Comments
 (0)