]> Cypherpunks repositories - gostls13.git/commit
build: fix header files for Plan 9
authorLucio De Re <lucio.dere@gmail.com>
Tue, 14 Jun 2011 18:14:11 +0000 (14:14 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 14 Jun 2011 18:14:11 +0000 (14:14 -0400)
commit340251e43d980be7166c9d08bde22bda1cfa05d5
tree567ae50252179bedb70611faba4dc7f15cac5332
parenta84e9d01f0bb15b192fd2ce202aa3ee095443cca
build: fix header files for Plan 9

The "elf.h" header changes involve only comments, the released
Plan 9 C preprocessing function does not cope with multiline
comments following the #define keyword.  All multiline comments
have been moved to the line above the associated definition.
Sigh!  Fixing the Plan 9 compiler is not an option.

<time.h> does not exist in the Plan 9 Native library.  I have
moved it from src/cmd/ld/pe.h to include/u.h. RSC correctly points
out that this copy of <u.h> is not the one used to compile the
Go release on Plan 9 platforms.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4574042
include/u.h
src/cmd/ld/elf.h