summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2007-09-18elf64: fix 32-bit truncationsH. Peter Anvin1-4/+4
2007-09-16Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin5-23/+25
2007-09-04Provide 64-bit support for ORG directiveChuck Crayne1-24/+21
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin5-0/+5
2007-08-29Generate R_X86_64_64 relocations in elf64 outputH. Peter Anvin1-7/+24
2007-08-26add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't workFrank Kotler1-4/+4
2007-08-26finally commit Mike Frysinger's "elf-visibility" patchFrank Kotler2-8/+70
2007-05-0416-bit relocations are standard in ELF64 (at my request, incidentally)H. Peter Anvin1-2/+0
2007-04-29Clarify comments about relocation entries.Chuck Crayne2-32/+25
2007-04-29Allow ELF32 to be invoked either as -f elf or -f elf32Chuck Crayne1-1/+19
2007-04-28Eliminate shift count warnings when building on 32-bit systemsChuck Crayne1-7/+5
2007-04-28Initial support for ELF64Chuck Crayne2-54/+1605
2007-04-18Fixed RDF/2 to comply with "maxbits" use.Keith Kanios2-2/+5
2007-04-14outmacho.c: stylistic cleanupsH. Peter Anvin1-8/+9
2007-04-14Hopefully it is actually fixed this time :PKeith Kanios1-1/+1
2007-04-14Fixed structure initialization issue.Keith Kanios1-1/+1
2007-04-14Refixed uninitialized data.Keith Kanios1-1/+1
2007-04-14Fixed uninitialized structure data.Keith Kanios1-1/+1
2007-04-14Placated unreferenced types.Keith Kanios7-1/+69
2007-04-14c99 printf/fprintf compliance.Keith Kanios3-21/+21
2007-04-13Fixed obj_fwrite() declaration to match "static" definition.Keith Kanios1-1/+1
2007-04-13Added appropriate "void" prototypes.Keith Kanios2-3/+3
2007-04-13Replaced str(n)casecmp with more standard str(n)icmp.Keith Kanios1-2/+2
2007-04-13Macroize any compiler-specific code; macros defined in "compiler.h"H. Peter Anvin1-9/+21
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios11-254/+254
2007-04-13Fixed c99 data-types after removal of typedefs.Keith Kanios1-1/+1
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin1-4/+4
2007-04-12outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4H. Peter Anvin1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios11-919/+1014
2006-02-022006-02-02 Eric Christopher <echristo@apple.com>Eric Christopher1-4/+6
2005-12-092005-12-08 Wade Tregaskis <wtregaskis@apple.com>Eric Christopher1-6/+91
2005-12-052005-12-05 Eric Christopher <echristo@apple.com>Eric Christopher1-6/+12
2005-10-07Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....Eric Christopher1-35/+281
2005-09-26Break macho_cleanup into separate functions.Eric Christopher1-264/+314
2005-09-22Run misc/Nindent on outmacho.cEric Christopher1-525/+530
2005-09-22Add basic support for Mach-O file format.Eric Christopher1-0/+925
2005-06-08fix outobj.c bug - every 256th extern crashed nasmFrank Kotler1-3/+3
2005-05-09Jindrich Novy's buffer overrun patch to outieee.cFrank Kotler1-1/+1
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