1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/cmd/8c
Russ Cox 8720b4721f use cc provided xlog2 instead of system log2.
(on plan 9 cc calls it log2, but that conflicts here.)
the difference is that xlog2 returns -1 on non powers of 2.
8c was rewriting /10 into /8.

R=ken
OCL=29968
CL=29968
2009-06-05 23:12:07 -07:00
..
cgen64.c make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
cgen.c use cc provided xlog2 instead of system log2. 2009-06-05 23:12:07 -07:00
div.c make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
gc.h update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00
list.c better 64-bit handling in 8g. 2009-05-28 15:48:47 -07:00
machcap.c 8a, 8c, and 8l from inferno distribution 2009-01-06 09:41:38 -08:00
Makefile make 8a, 8c build again. 2009-03-24 18:04:19 -07:00
mul.c make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
peep.c optimizer bug w STOstring 2009-01-29 15:13:36 -08:00
reg.c make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
sgen.c update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00
swt.c update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00
txt.c update 8a, 8c, 8l to use new object format. 2009-03-20 16:40:00 -07:00