summaryrefslogtreecommitdiff
path: root/src/cmd/6l/obj.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-09redefinition fix for autolib: if first ATEXT is already defined, skip this fileRob Pike1-2/+11
SVN=126580
2008-07-09enable autolibRob Pike1-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-25runtime needs runtime.cRob Pike1-4/+0
6l needs to know that there is no rt_amd64.6 SVN=124766
2008-06-25put a makefile into runtimeRob Pike1-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-21add signal handling and traceback support therein.Rob Pike1-0/+7
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-18stack offsetKen Thompson1-3/+4
SVN=123521
2008-06-18stack offseet table markerKen Thompson1-1/+3
tacked above each TEXT entry SVN=123496
2008-06-15add support for debugging in MACH binariesRob Pike1-0/+1
fix up libmach_amd64 to handle MACH binaries and symbols db now works on mac and linux SVN=122807
2008-06-09new elf headerKen Thompson1-2/+2
SVN=121737
2008-06-05goos garchKen Thompson1-11/+16
SVN=121367
2008-06-05goos goarchKen Thompson1-24/+43
SVN=121348
2008-06-04Add compiler source to new directory structureRob Pike1-0/+1595
SVN=121164