1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/cmd/cc
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
..
acid.c Change generated acid to indent nested structures properly. 2008-08-08 04:25:20 -07:00
bits.c make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. 2008-08-03 17:25:15 -07:00
cc.h yet another attempt to avoid conflicts with 2009-11-12 23:38:48 -08:00
cc.y yet another attempt to avoid conflicts with 2009-11-12 23:38:48 -08:00
com64.c Add compiler source to new directory structure 2008-06-04 14:37:38 -07:00
com.c update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00
dcl.c make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. 2008-08-03 17:25:15 -07:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
dpchk.c cmd/cc: change getquoted() to accept whitespaces. 2009-11-23 16:00:26 -08:00
funct.c Add compiler source to new directory structure 2008-06-04 14:37:38 -07:00
lex.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
lexbody cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
mac.c Add compiler source to new directory structure 2008-06-04 14:37:38 -07:00
macbody allow runes >= 0x80 in symbols in #pragmas 2009-09-24 11:45:08 -07:00
Makefile clean more 2009-10-03 10:38:03 -07:00
omachcap.c Add compiler source to new directory structure 2008-06-04 14:37:38 -07:00
pgen.c with rsc: argsize rounding to 8 smashes stack data on 32bit machines. 2009-11-06 13:50:58 -08:00
pickle.c make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. 2008-08-03 17:25:15 -07:00
pswt.c make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. 2008-08-03 17:25:15 -07:00
scon.c Add compiler source to new directory structure 2008-06-04 14:37:38 -07:00
sub.c update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00