summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Upgrade label functions to 64-bitCharles Crayne10-19/+20
2007-10-28Adjust stabs symbol index to match symbol table.Charles Crayne2-34/+161
2007-10-21Clean up elf symbol table sectionCharles Crayne2-24/+24
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin9-17/+17
2007-10-18Avoid unnecessary warning on redefinition of section (bug 801180)root2-5/+11
2007-10-17Generate stabs entries for any executable sectionCharles Crayne2-14/+14
2007-10-11More "bool" fixesH. Peter Anvin1-1/+2
2007-10-11Additional uses of bool and enumH. Peter Anvin5-19/+20
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin7-132/+131
2007-10-02Portability fixesH. Peter Anvin12-0/+24
2007-09-24outcoff: set the "virtual size field" to zero (BR 1351586)H. Peter Anvin1-1/+6
2007-09-19Merge branch 'master' of git+ssh://fbkotler@repo.or.cz/srv/git/nasmFrank Kotler1-4/+4
2007-09-18elf64: fix 32-bit truncationsH. Peter Anvin1-4/+4
2007-09-18add "const" to output/outdbg.cFrank Kotler1-1/+1
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