summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
2014-02-18outelf: Error out on "section align" without valueH. Peter Anvin1-9/+14
2014-02-15BR3392274: output: Elf -- Don't crash on erronious syntaxCyrill Gorcunov1-1/+1
2013-10-03coff: Better handling of section redefinitionMarat Dukhan1-3/+36
2013-09-21coff: Support for section names longer than 8 bytesMarat Dukhan1-11/+52
2013-04-01Fixed wrong format specifier in format stringPhilipp Kloke1-2/+2
2013-04-01Remove unnecessary calls to memsetPhilipp Kloke1-3/+0
2013-02-25Fix warnings generated by clang 3.0Andrew Nayenko3-3/+3
2012-11-28BR3392232: Fix relocations in MachO64Keith Kanios1-1/+1
2012-11-16output: Add more Elf unificationCyrill Gorcunov2-26/+24
2012-11-06BR3392231: Fix get_closest_section_symbol_by_offsetCyrill Gorcunov1-23/+6
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