]> Cypherpunks repositories - gostls13.git/commit
cmd/cc,runtime: change preprocessor to expand macros inside of
authorKeith Randall <khr@golang.org>
Thu, 29 Aug 2013 19:36:59 +0000 (12:36 -0700)
committerKeith Randall <khr@golang.org>
Thu, 29 Aug 2013 19:36:59 +0000 (12:36 -0700)
commited467db6d8db16dcc2956d85f0ce114635e12f06
tree2cae5751925bdc6138cebd7a8c6c4d2380330420
parentf5f0e40e803125e47c64372fc7d808cbd8b9577a
cmd/cc,runtime: change preprocessor to expand macros inside of
#pragma textflag and #pragma dataflag directives.
Update dataflag directives to use symbols instead of integer constants.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13310043
src/cmd/cc/dpchk.c
src/cmd/ld/textflag.h
src/pkg/runtime/hashmap.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/mgc0.c
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_plan9.c
src/pkg/runtime/os_windows.c
src/pkg/runtime/sema.goc