summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2008-05-27outcoff.c: remove dead code, add check for imagerelAndy Polyakov1-10/+4
2008-05-23Win64: IMAGEREL references (SEH support for Win64)Andy Polyakov1-22/+39
2008-05-23Make SAFESEH syntax error ERR_NONFATALH. Peter Anvin1-1/+2
2008-05-23Support for Win32 safeseh (BR 195417)Andy Polyakov1-7/+75
2008-04-10Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2-119/+3
2008-04-07Correctly identify dwarf support for elf32Charles Crayne1-1/+1
2008-03-04Adjust symbol number for global symbolsCharles Crayne1-1/+5
2008-02-24Report dwarf as V2 for ELF32Charles Crayne1-2/+2
2008-02-24Dwarf3 support for ELF32Charles Crayne2-104/+682
2008-02-23Dwarf support tweeks and clean-upCharles Crayne1-176/+161
2008-02-16Clear up WRITE macros causing compile failures with WatcomH. Peter Anvin1-44/+59
2008-02-13Upgrade dwarf3 support for elf64Charles Crayne1-63/+174
2008-02-06Test version of dwarf debugging format for elf64Charles Crayne1-14/+662
2008-01-27Prevent segfault in stabs64_typevalueCharles Crayne2-2/+2
2008-01-16Increase GLOBAL_TEMP_BASECharles Crayne2-2/+2
2008-01-11Temporary fix for large number of sectionsCharles Crayne2-4/+2
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset12-12/+12
2007-11-30Fix elf vs elf32 stabs generation bugCharles Crayne1-0/+2
2007-11-18Clean up remaining build warningsH. Peter Anvin1-1/+1
2007-11-15outbin.c: fix one missed change from type -> sizeH. Peter Anvin1-1/+1
2007-11-13Support setting OSABI value in ELF header.root2-8/+86
2007-11-13Cast 64-bit switch expressions to (int) to keep OpenWatcom happyH. Peter Anvin1-2/+2
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin12-66/+31
2007-11-12BR 1709392: Fix alignment handling in Mach-O formatH. Peter Anvin1-12/+15
2007-11-10Clean up a few more 32-bit bottlenecksCharles Crayne1-15/+17
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin11-194/+182
2007-11-08Fix building under OpenWatcomH. Peter Anvin1-13/+12
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne10-18/+18
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