aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.h
diff options
context:
space:
mode:
authorJoel Sing <jsing@google.com>2013-08-24 01:18:04 +1000
committerJoel Sing <jsing@google.com>2013-08-24 01:18:04 +1000
commit71dc91db0ff711c39fbf86ca9425c65442e40b57 (patch)
tree2f45e2a4da3beac345141fc05f2153d8c53853ec /src/cmd/ld/lib.h
parent180da80e9004cd6e1bbfc026890a12e86d0f9f5d (diff)
downloadgo-71dc91db0ff711c39fbf86ca9425c65442e40b57.tar.xz
all: compiler/bootstrap for dragonfly/amd64
Add dragonfly/amd64 support to the Go compiler, bootstrap and GOOS list. R=devon.odell, bradfitz CC=golang-dev https://golang.org/cl/12796050
Diffstat (limited to 'src/cmd/ld/lib.h')
-rw-r--r--src/cmd/ld/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/ld/lib.h b/src/cmd/ld/lib.h
index 0ba5203d14..7ad630e1f0 100644
--- a/src/cmd/ld/lib.h
+++ b/src/cmd/ld/lib.h
@@ -344,6 +344,7 @@ enum {
Hfreebsd, // FreeBSD ELF
Hwindows, // MS Windows PE
Hopenbsd, // OpenBSD ELF
+ Hdragonfly, // DragonFly ELF
};
typedef struct Header Header;