summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-1510-6297/+6549
* outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets2004-09-151-231/+201
* fix as86 .bss handling per John Coffman's patchFrank Kotler2004-04-251-3/+19
* Update rdoffFrank Kotler2003-12-121-14/+23
* Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny2003-09-258-8/+0
* Consistency fixStanislav Karchebny2003-09-258-8/+8
* Added _NASM_FORMAT_ macroStanislav Karchebny2003-09-248-0/+8
* Fix list iteratorH. Peter Anvin2003-09-121-1/+1
* If we don't specify -g, actually suppress debugging outputH. Peter Anvin2003-09-101-3/+4
* nasm_malloc-ize Martin's outelf.c stabs stuffFrank Kotler2003-09-061-14/+17
* First attempt at fixing the stabs/ELF issue.H. Peter Anvin2003-09-061-68/+49
* Restore the adjusted symbol id startH. Peter Anvin2003-07-101-1/+1
* Generate stabs format debugging info for ELFH. Peter Anvin2003-07-091-19/+371
* Quiet spurious gcc warningH. Peter Anvin2003-07-091-1/+1
* start/vstart/align/valign can now be >0x80000000Michael K. Ter Louw2003-07-091-37/+44
* Fixed outbin.c to allow origin > 80000000hFrank Kotler2003-06-301-5/+3
* Mike's multisection outbin.c "align bug fix"Frank Kotler2003-02-041-409/+1134
* Yuri's 12/3/2002 rdoff patches-Frank Kotler2002-12-041-1/+59
* Fixes from Bart OldemanH. Peter Anvin2002-09-191-1/+2
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-128-22/+21
* This is Jim's outcoff patch.H. Peter Anvin2002-06-071-0/+100
* Fix off-by-one error found when running theowl's test cases.H. Peter Anvin2002-05-261-1/+1
* Make .rodata a recognized ELF section with default attributesH. Peter Anvin2002-05-171-0/+3
* Change "const static" -> "static const" to keep gcc happyH. Peter Anvin2002-05-144-4/+4
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-145-9/+9
* Fix from John Coffman to 16-bit OBJ format output.H. Peter Anvin2002-05-091-2/+16
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-3010-0/+9550