summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-12-08 22:48:11 -0500
committerRuss Cox <rsc@golang.org>2013-12-08 22:48:11 -0500
commit8ae8d979d4cc7cdc7576d7f7ef63c5dc819b6522 (patch)
treee8e8600701ea79b57f0a70f0681721f8dc48d060 /.hgignore
parent523b18e7e34741f015b7fe7c157ef62a62eb6158 (diff)
downloadgo-8ae8d979d4cc7cdc7576d7f7ef63c5dc819b6522.tar.gz
cmd/dist: add liblink build information
In addition to adding the library, change the way the anames array is created. Previously, it was written to src/cmd/6l/enam.c (and similarly for 5l and 8l) and each of the other tools (6g, 6c, 6a) compiled the 6l/enam.c file in addition to their own sources. Now that there is a library shared by all these programs, move the anames array into that library. To eliminate name conflicts, name the array after the architecture letter: anames5, anames6, anames8. First step to linker cleanup (golang.org/s/go13linker). This CL does not build by itself. It depends on the CLs introducing liblink and changing commands to use it. R=iant CC=golang-dev https://codereview.appspot.com/35740044
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index afe76cf22..2f11d9c23 100644
--- a/.hgignore
+++ b/.hgignore
@@ -33,7 +33,7 @@ misc/goplay/goplay
misc/osx/*.pkg
misc/osx/*.dmg
src/cmd/?a/y.output
-src/cmd/?l/enam.c
+src/liblink/anames?.c
src/cmd/cc/y.output
src/cmd/cgo/zdefaultcc.go
src/cmd/dist/dist.dSYM