commit | 0273dc131e4d5c63875824784e4240d0c8bb23bc | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Wed Aug 07 12:20:05 2013 -0700 |
committer | Keith Randall <khr@golang.org> | Wed Aug 07 12:20:05 2013 -0700 |
tree | 4ec06590759061b61ed0035de24de9dfd6c9c034 | |
parent | a08b1d13eaff45b0506369269ee9c597f3355646 [diff] |
runtime: convert .s textflags from numbers to symbolic constants. Remove NOPROF/DUPOK from everything. Edits done with a script, except pclinetest.asm which depended on the DUPOK flag on main(). R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12613044