aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_amd64_linux.s
AgeCommit message (Collapse)Author
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
move darwin-amd64 specific code into runtime/darwin/amd64/ repeat for linux. move rt0 into runtime.a instead of keeping a separate .6 file. 6l seems to have no problem with that. TBR=r OCL=26680 CL=26680
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike
Share common assembler for amd64 runtime SVN=125317
2008-06-29segmented stacksKen Thompson
SVN=125267
2008-06-27update darwin for segmented stacksRob Pike
SVN=125154
2008-06-27segmented stackKen Thompson
SVN=125151
2008-06-26add sys.readfile()Rob Pike
add args to linux runtime SVN=124961
2008-06-24middle dot as alpha package separatorKen Thompson
SVN=124419
2008-06-21add signal handling and traceback support therein.Rob Pike
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-16print pc on faultsRob Pike
SVN=123030
2008-06-05fix different ANON flag betweenKen Thompson
darwin and linux SVN=121371
2008-06-05goos and goarchKen Thompson
SVN=121345