diff options
| author | Russ Cox <rsc@golang.org> | 2015-05-21 13:28:06 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2015-05-21 17:31:40 +0000 |
| commit | 2a141dedc4bb7b33f5caee6e7b185dfbd20c92bc (patch) | |
| tree | e3a24653ae2a9a1eac780c1d57adc7dd68b879b6 /src/cmd/link/testdata/hello.s | |
| parent | be59731d9fffb53a499d1ae64863e2a380f2dede (diff) | |
| download | go-2a141dedc4bb7b33f5caee6e7b185dfbd20c92bc.tar.xz | |
cmd/link: move to cmd/newlink
In preparation for making the current linker cmd/link.
If cmd/newlink is ever completed, it can be moved back.
See golang-dev thread titled "go tool compile, etc" for background.
Change-Id: I4029580f470038240c5181a37ea4202ba971f9ef
Reviewed-on: https://go-review.googlesource.com/10286
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/cmd/link/testdata/hello.s')
| -rw-r--r-- | src/cmd/link/testdata/hello.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/link/testdata/hello.s b/src/cmd/link/testdata/hello.s deleted file mode 100644 index 32ed675033..0000000000 --- a/src/cmd/link/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 |
