aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/newlink/testdata/Makefile
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-08-06 03:45:35 +0000
committerAndrew Gerrand <adg@golang.org>2015-08-06 04:06:12 +0000
commit0d20a61e68ba22fb416fe2aa8b6532026822bad0 (patch)
tree577de59a5d28417196964e7a20aff1fa6c8fb529 /src/cmd/newlink/testdata/Makefile
parente7f6a244a2a1c9a597a96356476484157c3c19f8 (diff)
downloadgo1.5rc1.tar.xz
[release-branch.go1.5] cmd/newlink: remove from release branchgo1.5rc1
Change-Id: Iad86bde6f2e0482745a4000ec4e192ade352983b Reviewed-on: https://go-review.googlesource.com/13292 Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Andrew Gerrand <adg@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/newlink/testdata/Makefile')
-rw-r--r--src/cmd/newlink/testdata/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/newlink/testdata/Makefile b/src/cmd/newlink/testdata/Makefile
deleted file mode 100644
index d5df474248..0000000000
--- a/src/cmd/newlink/testdata/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-ALL=\
- autosection.6\
- autoweak.6\
- dead.6\
- hello.6\
- layout.6\
- pclntab.6\
-
-all: $(ALL)
-
-%.6: %.s
- GOARCH=amd64 GOOS=darwin go tool asm -o $*.6 -I $(shell go env GOROOT)/pkg/include -trimpath=$(shell pwd) $*.s
-
-pclntab.s: genpcln.go
- go run genpcln.go >pclntab.s