commit | 4fca3953210ded1ff08e0c1681c027b620c206b2 | [log] [tgz] |
---|---|---|
author | Anthony Martin <ality@pbrane.org> | Wed May 11 23:52:05 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed May 11 23:52:05 2011 -0400 |
tree | 8db8fb3fd795bba56d25c8485ea06aa38a598860 | |
parent | f58d911698e8e4690675fe276dac4795c39a9dfe [diff] |
ld: fix alignment of rodata section on Plan 9 This was causing a panic in the reflect package since type.* pointers with their low bits set are assumed to have certain flags set that disallow the use of reflection. Thanks to Pavel and Taru for help tracking down this bug. R=rsc, paulzhol, taruti CC=golang-dev https://golang.org/cl/4511041