1
0
mirror of https://github.com/golang/go synced 2024-10-05 14:01:21 -06:00
go/src/cmd/6l
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
..
6.out.h linker work 2009-08-21 13:08:11 -07:00
asm.c 6l, 8l: add trivial hash table for dynamic symbols 2009-11-18 15:58:44 -08:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
l.h speed up 6l 2009-11-04 18:17:57 -08:00
list.c 6l, 8l: make string buffer big enough for 8 chars (and then some) 2009-12-07 22:01:59 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
mkenam use /bin/ed to avoid portability issues 2009-09-16 15:14:12 -07:00
obj.c More FreeBSD-touchups. Thundercats are GOOOOO! 2009-11-18 16:51:59 -08:00
optab.c morestack magic number 2008-07-12 17:16:22 -07:00
pass.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
span.c speed up 6l 2009-11-04 18:17:57 -08:00