1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:21:22 -06:00
go/src/cmd/ld
Lucio De Re 75c918c1ae ld: fix build on Plan 9
ld/data.c:
. Format specifier with corresponding cast to cater for all
  architectures (llux and vlong).

ld/ldelf.c:
ld/ldmacho.c:
. Missing "pn" argument in diag() calls.

ld/ldpe.c:
. Dropped "sym->sectnum" in diag() call.
. Typo in a comment.

ld/lib.h:
. Added varargck pragma for "O".

R=rsc
CC=golang-dev
https://golang.org/cl/4749042
2011-07-25 13:45:50 -04:00
..
data.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04: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 runtime: faster select 2011-07-21 13:57:13 -04:00
dwarf.h 8l: emit DWARF in Windows PE. 2011-01-20 11:28:30 -05:00
elf.c ld: fix freebsd build reverting .interp move 2011-07-21 03:48:56 -03:00
elf.h nacl, tiny: remove vestiges 2011-06-21 12:02:40 -04:00
go.c fix build: clean up file end in an attempt to fix build 2011-07-22 22:45:14 -07:00
ldelf.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
ldmacho.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
ldpe.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
lib.c ld: detect all import cycles 2011-07-22 21:18:03 -04:00
lib.h ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
macho.c ld: allow seek within write buffer 2011-07-18 12:04:09 -04:00
macho.h 6l, 8l: fix Mach-O binaries with many dynamic libraries 2011-05-24 19:50:13 -04:00
pe.c ld: remove overlap of ELF sections on dynamic binaries 2011-07-20 12:47:02 -03:00
pe.h 8l: emit resources (.rsrc) in Windows PE. 2011-05-25 07:53:00 -04:00
symtab.c ld: fix ELF strip by removing overlap of sections 2011-06-28 22:28:30 +01:00