]> Cypherpunks repositories - gostls13.git/commit
This is really two changes in one but given interdependencies
authorKai Backman <kaib@golang.org>
Wed, 25 Mar 2009 23:31:38 +0000 (16:31 -0700)
committerKai Backman <kaib@golang.org>
Wed, 25 Mar 2009 23:31:38 +0000 (16:31 -0700)
commit99cc2fee815e6377d5de1244fda8b220df43ad5a
tree7191f3ca8fa4916312747c406979c1a9c420eba6
parent62fd90ab7673f060634df6ce032d2b360334ac57
This is really two changes in one but given interdependencies
and expected review latency I needed to combine the CLs.

1. Made the 5* toolpath build using the go build
   system. Hooked the subdirectories to clean.bash but added a
   separate make5.bash for now. Minor massage to make the code
   more similar to the current structure of 6c/6a/6l.

2. Change all references from long to int32 in line with
   similar change for the other toolchains.

The end result is that 5c, 5a and 5l can now be compiled and
the executables start up properly. Haven't thrown any input at
them yet.

R=rsc
APPROVED=rsc
DELTA=1052  (392 added, 328 deleted, 332 changed)
OCL=26757
CL=26761
25 files changed:
src/cmd/5a/Makefile [new file with mode: 0644]
src/cmd/5a/a.h
src/cmd/5a/a.y
src/cmd/5a/lex.c
src/cmd/5c/Makefile [new file with mode: 0644]
src/cmd/5c/cgen.c
src/cmd/5c/gc.h
src/cmd/5c/mul.c
src/cmd/5c/reg.c
src/cmd/5c/sgen.c
src/cmd/5c/swt.c
src/cmd/5c/txt.c
src/cmd/5l/5.out.h [moved from src/cmd/5c/5.out.h with 98% similarity]
src/cmd/5l/Makefile [new file with mode: 0644]
src/cmd/5l/asm.c
src/cmd/5l/l.h
src/cmd/5l/list.c
src/cmd/5l/mkenam [moved from src/cmd/5c/mkenam with 98% similarity]
src/cmd/5l/noop.c
src/cmd/5l/obj.c
src/cmd/5l/pass.c
src/cmd/5l/span.c
src/cmd/5l/thumb.c
src/cmd/clean.bash
src/cmd/make5.bash [new file with mode: 0644]