summaryrefslogtreecommitdiff
path: root/src/cmd/6l/asm.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-21fix 6l bug - moved symbol table withoutRuss Cox1-4/+2
2008-11-20symbol table changesRuss Cox1-9/+40
2008-10-216l: invent gotypestrings if neededRuss Cox1-5/+13
2008-10-20use Biobuf not fd for reading objects.Russ Cox1-1/+0
2008-09-26fix ELF bugs found by iantRuss Cox1-9/+9
2008-09-08go linux x86-64 kernel fixes:Russ Cox1-3/+3
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-16/+16
2008-06-18stack offsetKen Thompson1-2/+1
2008-06-18stack offseet table markerKen Thompson1-1/+2
2008-06-15add support for debugging in MACH binariesRob Pike1-3/+28
2008-06-13add symbol tables and line/pc information to 6.outsRob Pike1-54/+89
2008-06-12Bug fix. Without rounding, .shstrtab is written on top of data segmentRob Pike1-2/+1
2008-06-10mode elf tossingKen Thompson1-52/+74
2008-06-09new elf headerKen Thompson1-39/+195
2008-06-05goos goarchKen Thompson1-1/+64
2008-06-04Add compiler source to new directory structureRob Pike1-0/+617