summaryrefslogtreecommitdiff
path: root/src/cmd/8a
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý5-0/+1840
2011-09-13Imported Upstream version 60Ondřej Surý5-1839/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý4-737/+6
2011-05-04Imported Upstream version 57upstream/57Ondřej Surý1-49/+4
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+4
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
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ý4-30/+20
2010-03-26fix spelling of alignRob Pike1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/778041
2010-02-188a/8l: Added FCMOVcc instructionsEvan Shaw1-0/+8
Thanks to Charles Dorian for the help. R=rsc CC=Charlie Dorian, golang-dev http://codereview.appspot.com/207049 Committer: Russ Cox <rsc@golang.org>
2010-02-098a/8l: Added CMOVcc instructionsEvan Shaw1-0/+33
R=rsc CC=golang-dev http://codereview.appspot.com/204067 Committer: Russ Cox <rsc@golang.org>
2010-02-055a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard2-5/+8
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 Prichard2-1/+5
R=rsc CC=golang-dev http://codereview.appspot.com/194099 Committer: Russ Cox <rsc@golang.org>
2010-01-225a/6a/8a: avoid fixed-sized file name bufferDean Prichard2-1/+3
R=rsc CC=golang-dev http://codereview.appspot.com/186279 Committer: Russ Cox <rsc@golang.org>
2010-01-058a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructionsEvan Shaw1-0/+4
Fixes issue 447 R=rsc CC=golang-dev http://codereview.appspot.com/183047 Committer: Russ Cox <rsc@golang.org>
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes issue 115. R=rsc, dsymonds1 http://codereview.appspot.com/157067 Committer: Russ Cox <rsc@golang.org>
2009-11-12yet another attempt to avoid conflicts withRuss Cox2-2/+6
<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-11-09tweak documentation of commandsRuss Cox1-1/+1
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-03document the assemblers.Rob Pike1-0/+14
add details about -d and -e flags in the loaders. R=rsc CC=go-dev http://go/go-review/1018031
2009-10-03clean moreRuss Cox1-3/+1
R=r DELTA=40 (9 added, 3 deleted, 28 changed) OCL=35277 CL=35305
2009-09-21accept CALL $(constant) to call absolute PCRuss Cox1-0/+1
R=ken OCL=34845 CL=34845
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+1
R=r,gri,rsc APPROVED=rsc DELTA=53 (12 added, 6 deleted, 35 changed) OCL=31822 CL=32282
2009-03-24make 8a, 8c build again.Russ Cox1-6/+25
add 8a 8c 8l to the build to keep us honest. R=r DELTA=33 (28 added, 0 deleted, 5 changed) OCL=26694 CL=26711
2009-03-24throw away most of the compat.h compatibility layerRuss Cox1-12/+9
in favor of the lib9 compatibility layer. no need for two. now that mycreate is gone, .6 files are 0644 not 0755. TBR=r OCL=26679 CL=26679
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox3-8/+82
add "extern register" support to 8c. extern register means allocate in the FS-relative segment. make 8l generate segmented stack checks. R=ken OCL=26600 CL=26606
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox4-35/+59
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129
2009-01-068a, 8c, and 8l from inferno distributionRuss Cox4-0/+2433
R=r DELTA=19539 (19539 added, 0 deleted, 0 changed) OCL=22109 CL=22109