summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbolsKeith Kanios2011-04-111-8/+26
* Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-04-062-10/+10
|\
| * 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
* | elf64: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-19/+11
* | outelf32: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-20/+12
* | outcoff: Use nasm_zalloc helperCyrill Gorcunov2011-02-281-6/+1
* | bin: Use nasm_zalloc for default section creationCyrill Gorcunov2011-02-281-12/+7
* | bin: Use nasm_zalloc helper for section allocation in a sake of simplicityCyrill Gorcunov2011-02-281-25/+19
* | output/outbin.c: initialize section align/start attributes upon creationKeith Kanios2011-02-271-0/+4
* | coff: Cover 'else' with cond compilationCyrill Gorcunov2010-11-071-1/+1
* | coff: Handle massive relocationsCyrill Gorcunov2010-11-061-5/+40
* | coff: Issue fatal signal on relocations more then 0xffffCyrill Gorcunov2010-11-061-0/+4
* | coff: Add IMAGE_SCN_MAX_RELOC constantCyrill Gorcunov2010-11-051-0/+2
* | BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-022-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