summaryrefslogtreecommitdiff
path: root/src/cmd/5l
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 /src/cmd/5l
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 'src/cmd/5l')
-rw-r--r--src/cmd/5l/asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/5l/asm.c b/src/cmd/5l/asm.c
index 85600cabf..096d321cb 100644
--- a/src/cmd/5l/asm.c
+++ b/src/cmd/5l/asm.c
@@ -41,6 +41,7 @@ char freebsddynld[] = "/usr/libexec/ld-elf.so.1";
char openbsddynld[] = "XXX";
char netbsddynld[] = "/libexec/ld.elf_so";
char dragonflydynld[] = "XXX";
+char solarisdynld[] = "XXX";
static int
needlib(char *name)