summaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2012-06-02 14:02:44 -0400
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>2012-06-02 14:02:44 -0400
commita1b9941e4e5b77d8e9db41bfcec011f6b809e5fc (patch)
tree0a6894ea3856c4e7089a7c6feaaddceef1bcb319 /src/cmd/ld/dwarf.c
parentf1f441e08fb8f63447fa1613b929fe219fc46641 (diff)
downloadgo-a1b9941e4e5b77d8e9db41bfcec011f6b809e5fc.tar.gz
runtime: add (unused for now) gc field to type information
R=rsc CC=golang-dev http://codereview.appspot.com/6255074 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/ld/dwarf.c')
-rw-r--r--src/cmd/ld/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ld/dwarf.c b/src/cmd/ld/dwarf.c
index 57e5a4283..9a78d9610 100644
--- a/src/cmd/ld/dwarf.c
+++ b/src/cmd/ld/dwarf.c
@@ -775,7 +775,7 @@ enum {
KindNoPointers = 1<<7,
// size of Type interface header + CommonType structure.
- CommonSize = 2*PtrSize+ 5*PtrSize + 8,
+ CommonSize = 2*PtrSize+ 6*PtrSize + 8,
};
static Reloc*