1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd/8l
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
..
8.out.h 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions 2010-01-05 17:06:41 -08:00
asm.c runtime: add demo running Go on raw (emulated) hw 2010-01-13 19:51:59 -08:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
l.h same speedup as 6l 2009-11-05 12:47:22 -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 8l: add support for PE output. 2009-12-13 12:39:20 -08:00
mkenam make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
obj.c runtime: add demo running Go on raw (emulated) hw 2010-01-13 19:51:59 -08:00
optab.c 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions 2010-01-05 17:06:41 -08:00
pass.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
span.c forgot a piece of debugging 2009-11-05 13:05:07 -08:00