summaryrefslogtreecommitdiff
path: root/src/cmd/5a/a.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+3
2010-02-055a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard1-3/+2
R=rsc CC=golang-dev http://codereview.appspot.com/198044 Committer: Russ Cox <rsc@golang.org>
2010-01-28avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard1-1/+3
R=rsc CC=golang-dev http://codereview.appspot.com/194099 Committer: Russ Cox <rsc@golang.org>
2009-11-12yet another attempt to avoid conflicts withRuss Cox1-2/+5
<stdio.h>, which we weren't even #including R=r http://codereview.appspot.com/154108
2009-11-11fix BUFSIZ redeclaration warningsRuss Cox1-1/+1
R=r http://codereview.appspot.com/152085
2009-11-11getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox1-0/+4
Fixes issue 67. R=r http://codereview.appspot.com/154068
2009-08-17inline lib9.hRob Pike1-1/+2
R=rsc DELTA=41 (20 added, 2 deleted, 19 changed) OCL=33412 CL=33415
2009-08-14remove compat stuffRob Pike1-1/+0
R=rsc DELTA=70 (16 added, 52 deleted, 2 changed) OCL=33295 CL=33299
2009-03-25This is really two changes in one but given interdependenciesKai Backman1-34/+14
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
2009-03-135a 5c 5l from inferno distributionKai Backman1-0/+212
R=rsc APPROVED=rsc DELTA=19042 (19042 added, 0 deleted, 0 changed) OCL=26268 CL=26270