]> Cypherpunks repositories - gostls13.git/commit
build: add include files for Plan 9
authorAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:14:44 +0000 (18:14 -0800)
committerAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:14:44 +0000 (18:14 -0800)
commitcc777490fbe5f0c6575f4e84dea31b7d745d747e
tree5469fe1c90228fe721ce4622156db26a8fda6069
parent1583931bcf522c4128087f0fb7dc84c4caa2af28
build: add include files for Plan 9

Previously, I had made available a tarball of
the modified system headers that were necessary
to build on Plan 9 but that was only a stopgap.
I think this method is much better since no
files outside of $GOROOT will have to be added
or modified during the build process.

Also, this is just the first step. I'll change
the build to reference these files in another CL
(that also contains a few more Makefile changes).

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5552056
include/plan9/386/u.h [new file with mode: 0644]
include/plan9/libc.h [new file with mode: 0644]
include/plan9/mach.h [new file with mode: 0644]
include/plan9/ureg_amd64.h [new file with mode: 0644]
include/plan9/ureg_arm.h [new file with mode: 0644]
include/plan9/ureg_x86.h [new file with mode: 0644]