]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files
authorCherry Mui <cherryyz@google.com>
Fri, 2 Dec 2022 19:07:33 +0000 (14:07 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 31 Jan 2023 19:44:32 +0000 (19:44 +0000)
commit08425feae5e10f81e0c7d2b4a0f2cc7179174f45
tree54080bc56815b3e94f1864fc87d67ec908eda024
parentb89a840d6572c97a80ac78462b03122b83bc84e9
runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files

We don't support Apple platform on 386, ARM, or PPC64. Remove
dead code.

Change-Id: I5722bf58c0fb73c5db4ba016cb424e392739c7de
Reviewed-on: https://go-review.googlesource.com/c/go/+/455162
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/cgo/gcc_386.S
src/runtime/cgo/gcc_arm.S
src/runtime/cgo/gcc_linux_ppc64x.S