1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00
The Go programming language
Go to file
Kai Backman 1ac2cfc720 grab bag of changes aimed at getting stack splitting to work:
- morestack support for 5l and arm runtime
- argsize support in 5c, 5l, ar and nm. assembly code from 5a
  will break in interesting ways unless NOSPLIT is specified
- explicit cond execution constants
- fix 5l output to use %d instead of %ld so that negative
  values show.
- added a lot of code to arm/asm.s. runtime entry code almost
  working currently aborts at gogo not implemented

R=rsc
APPROVED=rsc
DELTA=305  (125 added, 29 deleted, 151 changed)
OCL=30246
CL=30347
2009-06-16 11:25:58 -07:00
doc restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src grab bag of changes aimed at getting stack splitting to work: 2009-06-16 11:25:58 -07:00
test bug163: ideographs are not letters 2009-06-15 21:13:28 -07:00
usr gofmt (final resting place TBD): 2009-06-15 16:23:16 -07:00