summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2012-02-03backend: add support for x32 ELFH.J. Lu3-2/+2209
2011-08-28elf64: Make linelist to look the same as elf32Cyrill Gorcunov1-3/+3
2011-08-28elf32: Drop holes in linelist structureCyrill Gorcunov1-3/+3
2011-08-28outobj: Reorder Segment members to eliminate holesCyrill Gorcunov1-4/+4
2011-08-28outieee: Reorder ieeeSection members to eliminate holesCyrill Gorcunov1-4/+4
2011-07-17elf64: Drop unused 'zero' variableCyrill Gorcunov1-3/+1
2011-04-11BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbolsKeith Kanios1-8/+26
2011-04-06Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2-10/+10
2011-04-06ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macroCyrill Gorcunov2-10/+10
2011-02-28output/outbin.c: initialize section align/start attributes upon creationKeith Kanios1-0/+4
2011-02-28elf64: Use nasm_zalloc helperCyrill Gorcunov1-19/+11
2011-02-28outelf32: Use nasm_zalloc helperCyrill Gorcunov1-20/+12
2011-02-28outcoff: Use nasm_zalloc helperCyrill Gorcunov1-6/+1
2011-02-28bin: Use nasm_zalloc for default section creationCyrill Gorcunov1-12/+7
2011-02-28bin: Use nasm_zalloc helper for section allocation in a sake of simplicityCyrill Gorcunov1-25/+19
2011-02-27output/outbin.c: initialize section align/start attributes upon creationKeith Kanios1-0/+4
2010-11-20coff: Handle massive relocationsCyrill Gorcunov2-3/+44
2010-11-07coff: Cover 'else' with cond compilationCyrill Gorcunov1-1/+1
2010-11-06coff: Handle massive relocationsCyrill Gorcunov1-5/+40
2010-11-06coff: Issue fatal signal on relocations more then 0xffffCyrill Gorcunov1-0/+4
2010-11-05coff: Add IMAGE_SCN_MAX_RELOC constantCyrill Gorcunov1-0/+2
2010-10-27BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2-4/+4
2010-10-02BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2-4/+4
2010-07-30elf: Move stabs symbol table format into outelf.hCyrill Gorcunov3-16/+9
2010-07-06outbin: Cleanup bin_cleanupCyrill Gorcunov1-5/+7
2010-07-06outbin: Simplify reverse address computingCyrill Gorcunov1-2/+2
2010-07-06BR3025702: outbin -- Fix byte orderingCyrill Gorcunov1-2/+2
2010-06-15Rename filenames to 8.3 formatH. Peter Anvin2-1/+1
2010-06-07outobj: handle compilers without 64-bit switch() supportH. Peter Anvin1-1/+5
2010-06-07outelf32: handle compilers without 64-bit switch() supportH. Peter Anvin1-14/+22
2010-06-03nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov1-2/+2
2010-05-06outobj: update error messageH. Peter Anvin1-2/+2
2010-05-06outobj: properly error on unsupported relocationsH. Peter Anvin1-12/+38
2010-05-06outelf64: update copyright dateH. Peter Anvin1-1/+1
2010-05-06ELF support for 8-bit relocationsH. Peter Anvin2-35/+92
2010-05-06Add support for one-byte relocationsH. Peter Anvin3-30/+34
2010-04-28MachO: Fix misprinted macho_sectalignCyrill Gorcunov2-4/+4
2010-04-25obj: Implement sectalign helperCyrill Gorcunov1-1/+44
2010-04-25macho: Implement sectalign handlerCyrill Gorcunov2-2/+36
2010-04-25ieee: Fix section index match in sectalign handlerCyrill Gorcunov1-1/+1
2010-04-25outieee: Implement sectalign handlerCyrill Gorcunov1-1/+23
2010-04-22outbin: Drop current_section variableCyrill Gorcunov1-7/+3
2010-04-22outbin: Prune ancient format_mode variableCyrill Gorcunov1-42/+22
2010-04-22bin: Implement sectalign handlerCyrill Gorcunov1-3/+24
2010-04-22coff: Use IMAGE_SCN_ALIGN_MASK macroCyrill Gorcunov1-2/+2
2010-04-22coff: Allow alignment greater then 64 bytes on winCyrill Gorcunov1-1/+5
2010-04-22coff: Fix section alignment computationCyrill Gorcunov1-8/+7
2010-04-22coff: Use predefined macros instead of numbers and style fixCyrill Gorcunov1-145/+160
2010-04-22pecoff.h: Complete headerCyrill Gorcunov1-2/+269
2010-04-21Remove open-coded ilog2() implementationsH. Peter Anvin3-67/+3