1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/cmd/ld
Russ Cox f5690004c2 6l, 8l: support for linking ELF and Mach-O .o files
More support for references to dynamic symbols,
including full GOT and PLT for ELF objects.

For Mach-O everything ends up in the GOT: dealing
with the real lazy PLT is too hard for now so we punt.

R=iant, iant2
CC=golang-dev
https://golang.org/cl/3491042
2010-12-08 13:56:43 -05:00
..
data.c 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05: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 6l, 8l: minor changes & cleanup 2010-12-08 13:53:07 -05:00
dwarf.h 6l/8l: global and local variables and type info. 2010-10-24 23:07:52 +02:00
elf.c 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
elf.h 6l, 8l: minor changes & cleanup 2010-12-08 13:53:07 -05:00
go.c 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
ldelf.c ld: reading of ELF object files 2010-12-08 13:52:59 -05:00
ldmacho.c ld: reading of Mach-O object files 2010-12-08 13:53:24 -05:00
lib.c 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
lib.h 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
macho.c 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
macho.h 6l, 8l: support for linking ELF and Mach-O .o files 2010-12-08 13:56:43 -05:00
pe.c 8l : add dynimport to import table in Windows PE, initial make cgo dll work. 2010-12-07 15:28:33 -05:00
pe.h 8l : add dynimport to import table in Windows PE, initial make cgo dll work. 2010-12-07 15:28:33 -05:00
symtab.c ld: re-add ELF symbol tables 2010-12-08 13:52:50 -05:00