1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:31:21 -06:00
go/src/cmd/ld
Lucio De Re 340251e43d 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
2011-06-14 14:14:11 -04:00
..
data.c ld: make .rodata section read-only 2011-06-14 15:13:54 -03:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
dwarf_defs.h Use future official DWARF language code for Go. 2010-11-04 08:45:25 -07:00
dwarf.c ld: dwarf emit filenames in debug_line header instead of as extended opcodes. 2011-06-13 16:56:43 +02:00
dwarf.h 8l: emit DWARF in Windows PE. 2011-01-20 11:28:30 -05:00
elf.c cgo: handle versioned ELF symbols 2011-04-27 23:21:03 -04:00
elf.h build: fix header files for Plan 9 2011-06-14 14:14:11 -04:00
go.c 8l, ld: Initial adjustments for Plan 9 native compilation of 8l 2011-06-03 13:20:31 -04:00
ldelf.c for GCC4.6: fix a bunch of set-and-not-used errors. 2011-04-14 13:31:37 -07:00
ldmacho.c ld: fix arm build 2011-04-08 13:42:11 -04:00
ldpe.c ld: fix link Windows PE __declspec(dllimport) symbol 2011-06-14 11:05:59 -04:00
lib.c 5l: fix softfloat nits 2011-06-09 18:38:25 -04:00
lib.h ld: fix and simplify ELF symbol generation 2011-06-07 14:26:16 -04:00
macho.c 6l, 8l: fix Mach-O binaries with many dynamic libraries 2011-05-24 19:50:13 -04:00
macho.h 6l, 8l: fix Mach-O binaries with many dynamic libraries 2011-05-24 19:50:13 -04:00
pe.c 8l: emit resources (.rsrc) in Windows PE. 2011-05-25 07:53:00 -04:00
pe.h 8l: emit resources (.rsrc) in Windows PE. 2011-05-25 07:53:00 -04:00
symtab.c ld: fix and simplify ELF symbol generation 2011-06-07 14:26:16 -04:00