summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2008-09-09outaout.mac: aoutb is an alias for aoutH. Peter Anvin1-1/+1
2008-09-09macros: win32 and win64 are COFF, not Mach-OH. Peter Anvin2-2/+2
2008-09-02outcoff: stylistic cleanupsH. Peter Anvin1-11/+13
2008-09-02outcoff: default output symbols to T_NULLH. Peter Anvin1-0/+1
2008-07-19BR 2010180: outobj: Garbage may be written in a last PUBDEFSlavik Gnatenko1-2/+5
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin8-64/+64
2008-06-20Move the output format macros into the macros.pl mechanismH. Peter Anvin19-98/+82
2008-06-11Correct X86_64 reference in dwarf support messageCharles Crayne1-1/+1
2008-06-09Move all the RAA code out of nasmlibH. Peter Anvin6-2/+8
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin8-2/+8
2008-06-08Replace the WSAA macros with functionsH. Peter Anvin2-218/+218
2008-06-08WSAA: make the WSAA macros contain their own bufferH. Peter Anvin2-229/+225
2008-06-05Avoid obscure segfault in DWARF generationCharles Crayne2-2/+2
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