aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/newlink/testdata/hello.s
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-01-27 15:44:35 -0800
committerChris Broadfoot <cbro@golang.org>2016-01-28 00:06:14 +0000
commit036b8fd40b60830ca1d152f17148e52b96d8aa6c (patch)
tree854edbcd7a831050e04eecd63ce8cf580c6e833a /src/cmd/newlink/testdata/hello.s
parent6c6aabe0bca7209d646c840d6274b1ffd199bba0 (diff)
downloadgo1.6rc1.tar.xz
[release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1
Change-Id: Iec73b9a4279b5d6b458615c265e75b6becff320e Reviewed-on: https://go-review.googlesource.com/19023 Run-TryBot: Chris Broadfoot <cbro@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/newlink/testdata/hello.s')
-rw-r--r--src/cmd/newlink/testdata/hello.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/newlink/testdata/hello.s b/src/cmd/newlink/testdata/hello.s
deleted file mode 100644
index 32ed675033..0000000000
--- a/src/cmd/newlink/testdata/hello.s
+++ /dev/null
@@ -1,15 +0,0 @@
-TEXT _rt0_go(SB),7,$0
- MOVL $1, DI
- MOVL $hello<>(SB), SI
- MOVL $12, DX
- MOVL $0x2000004, AX
- SYSCALL
- MOVL $0, DI
- MOVL $0x2000001, AX
- SYSCALL
- RET
-
-DATA hello<>+0(SB)/4, $"hell"
-DATA hello<>+4(SB)/4, $"o wo"
-DATA hello<>+8(SB)/4, $"rld\n"
-GLOBL hello<>(SB), $12