Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-09 | redefinition fix for autolib: if first ATEXT is already defined, skip this file | Rob Pike | 1 | -2/+11 | |
SVN=126580 | |||||
2008-07-09 | enable autolib | Rob Pike | 1 | -0/+1 | |
handle archives with __.PKGDEF elements (although we can't create them yet) introduce a pkg directory search the pkg directory for packages during compilation SVN=126574 | |||||
2008-06-25 | runtime needs runtime.c | Rob Pike | 1 | -4/+0 | |
6l needs to know that there is no rt_amd64.6 SVN=124766 | |||||
2008-06-25 | put a makefile into runtime | Rob Pike | 1 | -5/+1 | |
make the runtime library an archive (rt0 is still separate) update 6l to use the archive add fakeobj.c, missing from prior change SVN=124762 | |||||
2008-06-21 | add signal handling and traceback support therein. | Rob Pike | 1 | -0/+7 | |
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020 | |||||
2008-06-18 | stack offset | Ken Thompson | 1 | -3/+4 | |
SVN=123521 | |||||
2008-06-18 | stack offseet table marker | Ken Thompson | 1 | -1/+3 | |
tacked above each TEXT entry SVN=123496 | |||||
2008-06-15 | add support for debugging in MACH binaries | Rob Pike | 1 | -0/+1 | |
fix up libmach_amd64 to handle MACH binaries and symbols db now works on mac and linux SVN=122807 | |||||
2008-06-09 | new elf header | Ken Thompson | 1 | -2/+2 | |
SVN=121737 | |||||
2008-06-05 | goos garch | Ken Thompson | 1 | -11/+16 | |
SVN=121367 | |||||
2008-06-05 | goos goarch | Ken Thompson | 1 | -24/+43 | |
SVN=121348 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+1595 | |
SVN=121164 |