summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* 16-bit relocations are standard in ELF64 (at my request, incidentally)H. Peter Anvin2007-05-041-2/+0
* Clarify comments about relocation entries.Chuck Crayne2007-04-292-32/+25
* Allow ELF32 to be invoked either as -f elf or -f elf32Chuck Crayne2007-04-291-1/+19
* Eliminate shift count warnings when building on 32-bit systemsChuck Crayne2007-04-281-7/+5
* Initial support for ELF64Chuck Crayne2007-04-282-54/+1605
* Fixed RDF/2 to comply with "maxbits" use.Keith Kanios2007-04-182-2/+5
* outmacho.c: stylistic cleanupsH. Peter Anvin2007-04-141-8/+9
* Hopefully it is actually fixed this time :PKeith Kanios2007-04-141-1/+1
* Fixed structure initialization issue.Keith Kanios2007-04-141-1/+1
* Refixed uninitialized data.Keith Kanios2007-04-141-1/+1
* Fixed uninitialized structure data.Keith Kanios2007-04-141-1/+1
* Placated unreferenced types.Keith Kanios2007-04-147-1/+69
* c99 printf/fprintf compliance.Keith Kanios2007-04-143-21/+21
* Fixed obj_fwrite() declaration to match "static" definition.Keith Kanios2007-04-131-1/+1
* Added appropriate "void" prototypes.Keith Kanios2007-04-132-3/+3
* Replaced str(n)casecmp with more standard str(n)icmp.Keith Kanios2007-04-131-2/+2
* Macroize any compiler-specific code; macros defined in "compiler.h"H. Peter Anvin2007-04-131-9/+21
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-1311-254/+254
* Fixed c99 data-types after removal of typedefs.Keith Kanios2007-04-131-1/+1
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-4/+4
* outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4H. Peter Anvin2007-04-121-1/+1
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-1211-919/+1014
* 2006-02-02 Eric Christopher <echristo@apple.com>Eric Christopher2006-02-021-4/+6
* 2005-12-08 Wade Tregaskis <wtregaskis@apple.com>Eric Christopher2005-12-091-6/+91
* 2005-12-05 Eric Christopher <echristo@apple.com>Eric Christopher2005-12-051-6/+12
* Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....Eric Christopher2005-10-071-35/+281
* Break macho_cleanup into separate functions.Eric Christopher2005-09-261-264/+314
* Run misc/Nindent on outmacho.cEric Christopher2005-09-221-525/+530
* Add basic support for Mach-O file format.Eric Christopher2005-09-221-0/+925
* fix outobj.c bug - every 256th extern crashed nasmFrank Kotler2005-06-081-3/+3
* Jindrich Novy's buffer overrun patch to outieee.cFrank Kotler2005-05-091-1/+1
* 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