1
0
mirror of https://github.com/golang/go synced 2024-10-04 07:11:21 -06:00
go/src/cmd/ld
Russ Cox a6736fa4ff cleanup toward eliminating package global name space
* switch to real dot (.) instead of center dot (·) everywhere in object files.
    before it was half and half depending on where in the name it appeared.
  * in 6c/6a/etc identifiers, · can still be used but turns into . immediately.
  * in export metadata, replace package identifiers with quoted strings
    (still package names, not paths).

R=ken2, r
CC=golang-dev
https://golang.org/cl/190076
2010-01-19 21:34:44 -08:00
..
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
elf.c runtime: add demo running Go on raw (emulated) hw 2010-01-13 19:51:59 -08:00
elf.h runtime: add demo running Go on raw (emulated) hw 2010-01-13 19:51:59 -08:00
go.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
lib.c ld: unused variable 2010-01-19 13:09:27 -08:00
lib.h ignore $GOARCH inside the compiler and linker. 2010-01-13 14:39:16 +11:00
macho.c factor portable object+library bits out of 5l/6l/8l into ld 2009-10-07 00:11:59 -07:00
macho.h 8c, 8l dynamic loading support. 2009-10-03 10:37:12 -07:00
pe.c 8l: add support for PE output. 2009-12-13 12:39:20 -08:00
pe.h 8l: add support for PE output. 2009-12-13 12:39:20 -08:00