summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2014-02-09 16:45:38 -0500
committerShenghou Ma <minux.ma@gmail.com>2014-02-09 16:45:38 -0500
commitdcb4a6132d446afa527ff2bbf9e5dcd9600042c9 (patch)
treeb269b431f1fce3b1bcaec0e6567ab8a7cd10441a /include
parente56c42d7f7578c100a0c02889fad65b075a459b4 (diff)
downloadgo-dcb4a6132d446afa527ff2bbf9e5dcd9600042c9.tar.gz
include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.
rsc suggested that we split the whole linker changes into three parts. This is the first one, mostly dealing with adding Hsolaris. LGTM=iant R=golang-codereviews, iant, dave CC=golang-codereviews https://codereview.appspot.com/54210050
Diffstat (limited to 'include')
-rw-r--r--include/link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index 32d158428..e040e203f 100644
--- a/include/link.h
+++ b/include/link.h
@@ -451,6 +451,7 @@ enum {
Hnetbsd,
Hopenbsd,
Hplan9,
+ Hsolaris,
Hwindows,
};