summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbolsKeith Kanios2011-07-041-8/+26
* output/outbin.c: initialize section attribs upon creationCyrill Gorcunov2011-07-041-37/+26
* ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macroCyrill Gorcunov2011-04-062-10/+10
* output/outbin.c: initialize section align/start attributes upon creationKeith Kanios2011-02-281-0/+4
* coff: Handle massive relocationsCyrill Gorcunov2010-11-202-3/+44
* BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-272-4/+4
* elf: Move stabs symbol table format into outelf.hCyrill Gorcunov2010-07-303-16/+9
* outbin: Cleanup bin_cleanupCyrill Gorcunov2010-07-061-5/+7
* outbin: Simplify reverse address computingCyrill Gorcunov2010-07-061-2/+2
* BR3025702: outbin -- Fix byte orderingCyrill Gorcunov2010-07-061-2/+2
* Rename filenames to 8.3 formatH. Peter Anvin2010-06-152-1/+1
* outobj: handle compilers without 64-bit switch() supportH. Peter Anvin2010-06-071-1/+5
* outelf32: handle compilers without 64-bit switch() supportH. Peter Anvin2010-06-071-14/+22
* nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov2010-06-031-2/+2
* outobj: update error messageH. Peter Anvin2010-05-061-2/+2
* outobj: properly error on unsupported relocationsH. Peter Anvin2010-05-061-12/+38
* outelf64: update copyright dateH. Peter Anvin2010-05-061-1/+1
* ELF support for 8-bit relocationsH. Peter Anvin2010-05-062-35/+92
* Add support for one-byte relocationsH. Peter Anvin2010-05-063-30/+34
* MachO: Fix misprinted macho_sectalignCyrill Gorcunov2010-04-282-4/+4
* obj: Implement sectalign helperCyrill Gorcunov2010-04-251-1/+44
* macho: Implement sectalign handlerCyrill Gorcunov2010-04-252-2/+36
* ieee: Fix section index match in sectalign handlerCyrill Gorcunov2010-04-251-1/+1
* outieee: Implement sectalign handlerCyrill Gorcunov2010-04-251-1/+23
* outbin: Drop current_section variableCyrill Gorcunov2010-04-221-7/+3
* outbin: Prune ancient format_mode variableCyrill Gorcunov2010-04-221-42/+22
* bin: Implement sectalign handlerCyrill Gorcunov2010-04-221-3/+24
* coff: Use IMAGE_SCN_ALIGN_MASK macroCyrill Gorcunov2010-04-221-2/+2
* coff: Allow alignment greater then 64 bytes on winCyrill Gorcunov2010-04-221-1/+5
* coff: Fix section alignment computationCyrill Gorcunov2010-04-221-8/+7
* coff: Use predefined macros instead of numbers and style fixCyrill Gorcunov2010-04-221-145/+160
* pecoff.h: Complete headerCyrill Gorcunov2010-04-221-2/+269
* Remove open-coded ilog2() implementationsH. Peter Anvin2010-04-213-67/+3
* coff: Use predefined macro in common section flagsCyrill Gorcunov2010-04-211-6/+49
* coff: Use predefined macro and eliminate open coded constantsCyrill Gorcunov2010-04-211-16/+9
* pecoff.h: Add more constantsCyrill Gorcunov2010-04-211-0/+90
* pecoff: Update machine typesCyrill Gorcunov2010-04-211-19/+27
* output: Introduce pecoff.hCyrill Gorcunov2010-04-212-0/+111
* coff: Implement sectalign handlerCyrill Gorcunov2010-04-211-3/+31
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-2114-24/+24
* Elf64: Implement segalign handlerCyrill Gorcunov2010-04-211-1/+19
* Elf-32: Implement segalign handlingCyrill Gorcunov2010-04-211-1/+19
* ofmt: Implement null_segalign stubsCyrill Gorcunov2010-04-2114-0/+30
* Elf: Rename SEG_ALIGN to SEC_FILEALIGNCyrill Gorcunov2010-04-213-7/+8
* Add "win" alias for "win32" output formatCyrill Gorcunov2010-04-211-0/+7
* Elf: switch section_attrib to a new nasm_opt_val interfaceCyrill Gorcunov2010-04-111-16/+17
* Elf: Use SHA_ANY constant instead of open coded numberCyrill Gorcunov2010-04-112-2/+5
* ofmt: Introduce output format aliasesCyrill Gorcunov2010-04-104-57/+54
* Elf: Some unification snippets for 32/64 bit versionsCyrill Gorcunov2010-04-102-11/+13
* Elf: Merge WRITE_STAB to outelf.hCyrill Gorcunov2010-04-103-18/+9