DescriptionPort to Plan 9 Native: Changes to important header files.
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.
Patch Set 1 #Patch Set 2 : diff -r 95448425041c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 0f1980acc591 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r e8891ae9fb04 https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|