1
0
mirror of https://github.com/golang/go synced 2024-10-04 03:21:22 -06:00
go/src/cmd/gc
Russ Cox 5a74c0b6ba do not use ONONAMEs for line number information,
just like ONAME etc.

R=ken
OCL=31964
CL=31964
2009-07-21 16:38:56 -07:00
..
align.c another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
const.c baby step: const decls can refer to future 2009-07-17 13:38:16 -07:00
dcl.c another baby step. 2009-07-17 14:42:14 -07:00
export.c baby step: const decls can refer to future 2009-07-17 13:38:16 -07:00
gen.c another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
go.h another baby step. 2009-07-17 14:42:14 -07:00
go.y another baby step. 2009-07-17 14:42:14 -07:00
lex.c baby step: const decls can refer to future 2009-07-17 13:38:16 -07:00
Makefile 6g, 8g: generate data structures for new reflect interface (CL 31107) 2009-07-07 11:03:04 -07:00
mkbuiltin disable "any" except during canned imports. 2009-06-25 16:22:46 -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 6g, 8g: generate data structures for new reflect interface (CL 31107) 2009-07-07 11:03:04 -07:00
reflect.c another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
sinit.c fix cut-and-paste bugs in error messages 2009-07-20 17:41:18 -07:00
subr.c do not use ONONAMEs for line number information, 2009-07-21 16:38:56 -07:00
swt.c baby step: const decls can refer to future 2009-07-17 13:38:16 -07:00
sys.go another step toward eliminating forward declarations. 2009-07-17 01:00:44 -07:00
unsafe.go 6g, 8g: generate data structures for new reflect interface (CL 31107) 2009-07-07 11:03:04 -07:00
walk.c explain selectsend problem 2009-07-20 13:29:56 -07:00