]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: mark auxiliary symbols as containing no pointers
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 23 Jul 2014 13:36:10 +0000 (17:36 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 23 Jul 2014 13:36:10 +0000 (17:36 +0400)
commit8b20e7bb7e843cb19538de23dbab572f0b023021
tree5f1461831b0cf64940241529332345f563897a74
parentb1a3b61f0d0870a3142e99715d315e6516b4d363
cmd/gc: mark auxiliary symbols as containing no pointers
They do not, but pretend that they do.
The immediate need is that it breaks the new GC because
these are weird symbols as if with pointers but not necessary
pointer aligned.

LGTM=rsc
R=golang-codereviews, dave, josharian, khr, rsc
CC=golang-codereviews, iant, khr, rlh
https://golang.org/cl/116060043
src/cmd/5g/gsubr.c
src/cmd/6g/gsubr.c
src/cmd/8g/gsubr.c
src/cmd/gc/go.h
src/cmd/gc/obj.c
src/cmd/gc/plive.c
src/cmd/gc/reflect.c
src/cmd/gc/walk.c