1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:31:22 -06:00
go/src/cmd/gc
Russ Cox 01fe6a9c58 more build refinements:
* use new Make.$GOARCH files in gobuild.
 * rename 6ar to arch-generic gopack.
 * place objects in $GOROOT/pkg/$GOOS_$GOARCH
   (makes cross-compiling easier, and no one
   ever types these paths by hand anyway).

R=r
DELTA=29  (6 added, 8 deleted, 15 changed)
OCL=29923
CL=29967
2009-06-05 22:18:32 -07:00
..
align.c simplifying grammar: delete LBASETYPE and LACONST. 2009-05-22 22:46:06 -07:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot print uint64 as uint64. 2009-05-28 22:24:03 -07:00
const.c bug 156 2009-05-29 15:34:47 -07:00
dcl.c bug161, fixed 2009-06-04 16:18:13 -07:00
export.c simplifying grammar: delete LBASETYPE and LACONST. 2009-05-22 22:46:06 -07:00
gen.c static initialization with DATA statements 2009-05-17 19:16:16 -07:00
go.h minor cleanup, 64-bit /= and %= on 32-bit 2009-06-02 23:21:58 -07:00
go.y bug157 2009-05-30 21:18:15 -07:00
lex.c more build refinements: 2009-06-05 22:18:32 -07:00
Makefile added key:val extension to 2009-05-21 13:46:07 -07:00
mkbuiltin restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
mkbuiltin1.c new approach for generating sysimport.c 2009-03-05 18:26:12 -08:00
mparith1.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
mparith2.c signs on div and mod 2009-05-05 21:19:58 -07:00
mparith3.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
obj.c more 8g progress. 2009-06-04 15:24:01 -07:00
sinit.c prevent multiple similar errors 2009-05-31 13:02:24 -07:00
subr.c bug161, fixed 2009-06-04 16:18:13 -07:00
swt.c bug157 2009-05-30 21:18:15 -07:00
sys.go print uint64 as uint64. 2009-05-28 22:24:03 -07:00
unsafe.go Move sys.Reflect and sys.Unreflect into unsafe. 2009-05-08 14:57:56 -07:00
walk.c zero struct in T{} 2009-06-03 16:10:13 -07:00