aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/oldlink/internal/riscv64/l.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/oldlink/internal/riscv64/l.go')
-rw-r--r--src/cmd/oldlink/internal/riscv64/l.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cmd/oldlink/internal/riscv64/l.go b/src/cmd/oldlink/internal/riscv64/l.go
new file mode 100644
index 0000000000..a302657726
--- /dev/null
+++ b/src/cmd/oldlink/internal/riscv64/l.go
@@ -0,0 +1,14 @@
+// Copyright 2019 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package riscv64
+
+const (
+ maxAlign = 32 // max data alignment
+ minAlign = 1
+ funcAlign = 8
+
+ dwarfRegLR = 1
+ dwarfRegSP = 2
+)