summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin10-6297/+6549
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets1-231/+201
2004-04-25fix as86 .bss handling per John Coffman's patchFrank Kotler1-3/+19
2003-12-12Update rdoffFrank Kotler1-14/+23
2003-09-25Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny8-8/+0
2003-09-25Consistency fixStanislav Karchebny8-8/+8
2003-09-24Added _NASM_FORMAT_ macroStanislav Karchebny8-0/+8
2003-09-12Fix list iteratorH. Peter Anvin1-1/+1
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