1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/cmd/8l
Russ Cox 9e2f2fcd2e compilers were inconsistent about
whether no register argument was
REGARG == 0 or REGARG < 0.
use REGARG < 0 because arm needs 0 for R0.

R=ken
OCL=31562
CL=31566
2009-07-13 19:20:43 -07:00
..
8.out.h compilers were inconsistent about 2009-07-13 19:20:43 -07:00
asm.c 8l fixes, cut and paste from 6l. 2009-06-02 22:33:21 -07:00
go.c 8l fixes, cut and paste from 6l. 2009-06-02 22:33:21 -07:00
l.h the ld-supplied typestrings are now obsolete 2009-07-07 17:35:45 -07:00
list.c * move go-specific loader code 2009-03-31 00:20:07 -07:00
Makefile * move go-specific loader code 2009-03-31 00:20:07 -07:00
mkenam make 8a, 8c, 8l build in go environment. 2009-01-06 11:34:02 -08:00
obj.c the ld-supplied typestrings are now obsolete 2009-07-07 17:35:45 -07:00
optab.c * move go-specific loader code 2009-03-31 00:20:07 -07:00
pass.c fix undefined function error. 2009-07-13 16:48:09 -07:00
span.c 8l: add AIMULW 2009-06-05 23:52:43 -07:00