summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-31stdscan: switch to stdscan_get/set routinesCyrill Gorcunov5-18/+16
2009-10-16BR 2840300: fix macho symbol alignment bugKeith Kanios2-6/+12
2009-09-14elf,stabs: stabs32/64_generate -- append ending tokenCyrill Gorcunov2-16/+19
2009-09-06output/elfcommon.h: tab/space cleanupCyrill Gorcunov1-111/+111
2009-09-03output/outelf32.c: code style simplificationCyrill Gorcunov1-115/+108
2009-09-03output/outelf32.c: tab-space cleanupCyrill Gorcunov1-390/+367
2009-09-03output/elf64.h: tab-space cleanupCyrill Gorcunov1-51/+51
2009-09-03output/elf32.h: tab-space cleanupCyrill Gorcunov1-13/+13
2009-09-03output/outelf.h - tab-space cleanupCyrill Gorcunov1-23/+23
2009-08-13Use fputs instead of fprintf for plain stringsVictor van den Elzen1-1/+1
2009-08-11Fix some format strings for nasm_errorVictor van den Elzen4-16/+18
2009-08-10output/dwarf.h: update dwarf constantsCyrill Gorcunov1-23/+530
2009-08-09output: change null_debug_routine to null_debug_directiveH. Peter Anvin4-5/+5
2009-08-01output/outbin.c -- use list helpersCyrill Gorcunov1-15/+15
2009-07-28outaout.c -- use list helpersCyrill Gorcunov1-6/+4
2009-07-26Merge branch 'nasm-2.07.xx'H. Peter Anvin1-6/+6
2009-07-26BR 2827397: fix invalid C in outcoff AddExports()H. Peter Anvin1-6/+6
2009-07-18Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin8-57/+35
2009-07-18Remove function pointers in output, simplify error handlingH. Peter Anvin16-931/+799
2009-07-17Merge commit 'nasm-2.07rc7' into new-preprocH. Peter Anvin2-5/+5