summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2003-09-10If we don't specify -g, actually suppress debugging outputH. Peter Anvin1-3/+4
2003-09-06nasm_malloc-ize Martin's outelf.c stabs stuffFrank Kotler1-14/+17
2003-09-06First attempt at fixing the stabs/ELF issue.H. Peter Anvin1-68/+49
2003-07-10Restore the adjusted symbol id startH. Peter Anvin1-1/+1
2003-07-09Generate stabs format debugging info for ELFH. Peter Anvin1-19/+371
2003-07-09Quiet spurious gcc warningH. Peter Anvin1-1/+1
2003-07-09start/vstart/align/valign can now be >0x80000000Michael K. Ter Louw1-37/+44
2003-06-30Fixed outbin.c to allow origin > 80000000hFrank Kotler1-5/+3
2003-02-04Mike's multisection outbin.c "align bug fix"Frank Kotler1-409/+1134
2002-12-04Yuri's 12/3/2002 rdoff patches-Frank Kotler1-1/+59
2002-09-19Fixes from Bart OldemanH. Peter Anvin1-1/+2
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin8-22/+21
2002-06-07This is Jim's outcoff patch.H. Peter Anvin1-0/+100
2002-05-26Fix off-by-one error found when running theowl's test cases.H. Peter Anvin1-1/+1
2002-05-17Make .rodata a recognized ELF section with default attributesH. Peter Anvin1-0/+3
2002-05-14Change "const static" -> "static const" to keep gcc happyH. Peter Anvin4-4/+4
2002-05-14Code cleanup fixes from Ed BerosetH. Peter Anvin5-9/+9
2002-05-09Fix from John Coffman to 16-bit OBJ format output.H. Peter Anvin1-2/+16
2002-04-30NASM 0.98.30H. Peter Anvin10-0/+9550