summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* Avoid obscure segfault in DWARF generationCharles Crayne2008-06-052-2/+2
* outcoff.c: remove dead code, add check for imagerelAndy Polyakov2008-05-271-10/+4
* Win64: IMAGEREL references (SEH support for Win64)Andy Polyakov2008-05-231-22/+39
* Make SAFESEH syntax error ERR_NONFATALH. Peter Anvin2008-05-231-1/+2
* Support for Win32 safeseh (BR 195417)Andy Polyakov2008-05-231-7/+75
* Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2008-04-102-119/+3
* Correctly identify dwarf support for elf32Charles Crayne2008-04-071-1/+1
* Adjust symbol number for global symbolsCharles Crayne2008-03-041-1/+5
* Report dwarf as V2 for ELF32Charles Crayne2008-02-241-2/+2
* Dwarf3 support for ELF32Charles Crayne2008-02-242-104/+682
* Dwarf support tweeks and clean-upCharles Crayne2008-02-231-176/+161
* Clear up WRITE macros causing compile failures with WatcomH. Peter Anvin2008-02-161-44/+59
* Upgrade dwarf3 support for elf64Charles Crayne2008-02-131-63/+174
* Test version of dwarf debugging format for elf64Charles Crayne2008-02-061-14/+662
* Prevent segfault in stabs64_typevalueCharles Crayne2008-01-272-2/+2
* Increase GLOBAL_TEMP_BASECharles Crayne2008-01-162-2/+2
* Temporary fix for large number of sectionsCharles Crayne2008-01-112-4/+2
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-2912-12/+12
* Fix elf vs elf32 stabs generation bugCharles Crayne2007-11-301-0/+2
* Clean up remaining build warningsH. Peter Anvin2007-11-181-1/+1
* outbin.c: fix one missed change from type -> sizeH. Peter Anvin2007-11-151-1/+1
* Support setting OSABI value in ELF header.root2007-11-132-8/+86
* Cast 64-bit switch expressions to (int) to keep OpenWatcom happyH. Peter Anvin2007-11-131-2/+2
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-1312-66/+31
* BR 1709392: Fix alignment handling in Mach-O formatH. Peter Anvin2007-11-121-12/+15
* Clean up a few more 32-bit bottlenecksCharles Crayne2007-11-101-15/+17
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-0911-194/+182
* Fix building under OpenWatcomH. Peter Anvin2007-11-081-13/+12
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-0610-18/+18
* Upgrade label functions to 64-bitCharles Crayne2007-11-0510-19/+20
* Adjust stabs symbol index to match symbol table.Charles Crayne2007-10-282-34/+161
* Clean up elf symbol table sectionCharles Crayne2007-10-212-24/+24
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-199-17/+17
* Avoid unnecessary warning on redefinition of section (bug 801180)root2007-10-182-5/+11
* Generate stabs entries for any executable sectionCharles Crayne2007-10-172-14/+14
* More "bool" fixesH. Peter Anvin2007-10-111-1/+2
* Additional uses of bool and enumH. Peter Anvin2007-10-115-19/+20
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-107-132/+131
* Portability fixesH. Peter Anvin2007-10-0212-0/+24
* outcoff: set the "virtual size field" to zero (BR 1351586)H. Peter Anvin2007-09-241-1/+6
* Merge branch 'master' of git+ssh://fbkotler@repo.or.cz/srv/git/nasmFrank Kotler2007-09-191-4/+4
|\
| * elf64: fix 32-bit truncationsH. Peter Anvin2007-09-181-4/+4
* | add "const" to output/outdbg.cFrank Kotler2007-09-181-1/+1
|/
* Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin2007-09-165-23/+25
* Provide 64-bit support for ORG directivenasm-0.99.02Chuck Crayne2007-09-041-24/+21
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-305-0/+5
* Generate R_X86_64_64 relocations in elf64 outputH. Peter Anvin2007-08-291-7/+24
* add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't workFrank Kotler2007-08-261-4/+4
* finally commit Mike Frysinger's "elf-visibility" patchFrank Kotler2007-08-262-8/+70
* 16-bit relocations are standard in ELF64 (at my request, incidentally)H. Peter Anvin2007-05-041-2/+0