summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-24 14:45:11 -0700
committerRuss Cox <rsc@golang.org>2014-09-24 14:45:11 -0700
commita7a96c8cd6ef6146bf57eb419c0744c4ca8fc1e2 (patch)
treefee37a3123b04c6f754d8e0f3d31df3ecd8c49c4 /include
parent4a911080c68b525a246df154f4f963f1b026eff3 (diff)
downloadgo-a7a96c8cd6ef6146bf57eb419c0744c4ca8fc1e2.tar.gz
build: fix elf builds
Corrections due to new strict type rules for data+bss. Also disable misc/cgo/cdefstest since you can't compile C code anymore. TBR=iant CC=golang-codereviews https://codereview.appspot.com/148050044
Diffstat (limited to 'include')
-rw-r--r--include/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h
index 292b07739..845f9338d 100644
--- a/include/link.h
+++ b/include/link.h
@@ -204,10 +204,10 @@ enum
SELFSECT,
SMACHO, /* Mach-O __nl_symbol_ptr */
SMACHOGOT,
+ SWINDOWS,
SNOPTRDATA,
SINITARR,
SDATA,
- SWINDOWS,
SBSS,
SNOPTRBSS,
STLSBSS,