diff options
| author | Austin Clements <austin@google.com> | 2014-10-22 11:21:16 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2014-10-22 11:21:16 -0400 |
| commit | 32082501859c5c3c61913df5791cafbbb45c2519 (patch) | |
| tree | 365cfa998cf0ef09335922c75b50009b315ca8e9 /include | |
| parent | 04d5796b2988a20175b8cb03eb7080cf4cca2179 (diff) | |
| parent | 36ca636fab865cb8d5d01927d274ed54153c4e73 (diff) | |
| download | go-32082501859c5c3c61913df5791cafbbb45c2519.tar.xz | |
[dev.power64] build: merge default into dev.power64
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/160200044
Diffstat (limited to 'include')
| -rw-r--r-- | include/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index 298b048e7c..05d063f767 100644 --- a/include/link.h +++ b/include/link.h @@ -127,6 +127,7 @@ struct LSym short type; short version; uchar dupok; + uchar cfunc; uchar external; uchar nosplit; uchar reachable; |
