summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-21coff: Use predefined macro in common section flagsCyrill Gorcunov1-6/+49
2010-04-21coff: Use predefined macro and eliminate open coded constantsCyrill Gorcunov1-16/+9
2010-04-21pecoff.h: Add more constantsCyrill Gorcunov1-0/+90
2010-04-21pecoff: Update machine typesCyrill Gorcunov1-19/+27
2010-04-21output: Introduce pecoff.hCyrill Gorcunov2-0/+111
2010-04-21coff: Implement sectalign handlerCyrill Gorcunov1-3/+31
2010-04-21Rename SEGALIGN to SECTALIGNCyrill Gorcunov14-24/+24
2010-04-21Elf64: Implement segalign handlerCyrill Gorcunov1-1/+19
2010-04-21Elf-32: Implement segalign handlingCyrill Gorcunov1-1/+19
2010-04-21ofmt: Implement null_segalign stubsCyrill Gorcunov14-0/+30
2010-04-21Elf: Rename SEG_ALIGN to SEC_FILEALIGNCyrill Gorcunov3-7/+8
2010-04-21Add "win" alias for "win32" output formatCyrill Gorcunov1-0/+7
2010-04-11Elf: switch section_attrib to a new nasm_opt_val interfaceCyrill Gorcunov1-16/+17
2010-04-11Elf: Use SHA_ANY constant instead of open coded numberCyrill Gorcunov2-2/+5
2010-04-10ofmt: Introduce output format aliasesCyrill Gorcunov4-57/+54
2010-04-10Elf: Some unification snippets for 32/64 bit versionsCyrill Gorcunov2-11/+13
2010-04-10Elf: Merge WRITE_STAB to outelf.hCyrill Gorcunov3-18/+9
2010-04-10Elf: Drop never used SOC helperCyrill Gorcunov2-4/+0
2010-04-10Elf: Introduce section_attrib helperCyrill Gorcunov4-96/+65
2010-02-11output/outbin.c: Fix misprinted alignment boundCyrill Gorcunov1-1/+1
2010-02-11Elf: Drop useless SEG_ALIGN_1Cyrill Gorcunov1-1/+0
2010-02-11Use ALIGN helperCyrill Gorcunov6-25/+17
2010-01-03ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL bindingCyrill Gorcunov3-5/+7
2010-01-03elf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpersCyrill Gorcunov1-8/+11
2010-01-03output/outelfX.c: Use definitions from stabs.hCyrill Gorcunov3-12/+2
2010-01-03Add common STABs definition into output/stabs.hCyrill Gorcunov1-0/+145
2010-01-03outelfX.c: Trivial cleanupCyrill Gorcunov2-231/+231
2010-01-02Elf: Allow symbols binding to undefined sectionCyrill Gorcunov2-8/+4
2009-12-10Elf: bind labels to text section by defaultCyrill Gorcunov2-22/+24
2009-11-30outrdf.c: remove obsolete fileH. Peter Anvin1-569/+0
2009-11-30outform.h: fix OF_NO_RDF2H. Peter Anvin1-1/+1
2009-11-30outmacho32: replace error() -> nasm_error()H. Peter Anvin1-25/+23
2009-11-17outcoff: BuildExportTable -- tab/space fixCyrill Gorcunov1-1/+1
2009-11-17outcoff: Do not fail on long export identifiersCyrill Gorcunov1-22/+19
2009-11-06outelf32/64 - various cleanups in a sake of unificationCyrill Gorcunov2-164/+156
2009-11-06dwarfX_output: dont check for "ln" twiceCyrill Gorcunov2-49/+37
2009-11-06output/outelf64.c: simplify stabs64_cleanup, dwarf64_cleanupCyrill Gorcunov1-26/+13
2009-11-06Merge elf header filesCyrill Gorcunov6-364/+289
2009-10-31output/outelf32-64: use string helpersCyrill Gorcunov2-32/+12
2009-10-31Remove outdated commentsCyrill Gorcunov3-6/+6