aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/textflag.h
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2020-03-31 15:35:28 +0000
committerBryan C. Mills <bcmills@google.com>2020-03-31 16:55:59 +0000
commit5970480c68fc7ecb6eaf3a5f90f49ae4504fa060 (patch)
tree038b722c316fee38ff39ee96396370ed6eb48a27 /src/runtime/textflag.h
parenta3d8c210ad7d6dea9996200fc1596c310b9775b5 (diff)
downloadgo-5970480c68fc7ecb6eaf3a5f90f49ae4504fa060.tar.gz
go-5970480c68fc7ecb6eaf3a5f90f49ae4504fa060.zip
Revert "cmd/asm: align an instruction or a function's address"
This reverts CL 212767. Reason for revert: new test is persistently failing on freebsd-arm64-dmgk builder. Change-Id: Ifd1227628e0e747688ddb4dc580170b2a103a89e Reviewed-on: https://go-review.googlesource.com/c/go/+/226597 Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/runtime/textflag.h')
-rw-r--r--src/runtime/textflag.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/textflag.h b/src/runtime/textflag.h
index bbbef6357a..daca36d948 100644
--- a/src/runtime/textflag.h
+++ b/src/runtime/textflag.h
@@ -35,8 +35,3 @@
// Function is the top of the call stack. Call stack unwinders should stop
// at this function.
#define TOPFRAME 2048
-// ALIGN2048 means that the address of the function must be aligned to a
-// 2048 bytes boundary.
-// Only works on arm64 at present.
-#define ALIGN2048 4096
-