summaryrefslogtreecommitdiff
path: root/output
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-16outcoff: fix invalid reference to ofmtH. Peter Anvin1-1/+1
2009-07-16outcoff: this is COFF, not binaryH. Peter Anvin1-2/+2
2009-07-16outform.h: update comments regarding macho32/macho64Keith Kanios1-4/+4
2009-07-14outobj: don't fclose() the outputH. Peter Anvin1-1/+0
2009-07-13Merge branch 'master' into new-preprocH. Peter Anvin2-1/+9
2009-07-13ELF: add debug support for TY_YWORDH. Peter Anvin2-0/+8
2009-07-13elf32: debug32_typevalue - fix TY_OWORD sizeCyrill Gorcunov1-1/+1
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin14-128/+147
2009-07-12Don't fclose() the output in the backendH. Peter Anvin12-17/+0
2009-07-08macho64: Manually merge macho64 branch with master branch.Keith Kanios4-18/+1584
2009-07-07outmacho.c: fix section/relocation alignment issueKeith Kanios1-3/+7
2009-07-07outdbg: be excrutiatingly correct...H. Peter Anvin1-1/+1
2009-07-07outdbg: fix OUT_REL*ADR, add OUT_REL8ADRH. Peter Anvin1-3/+8
2009-07-06outbin: be consistent in spelling "Intel hex" with those capsH. Peter Anvin1-1/+1
2009-07-06outmacho: fixed section/relocation alignment issueKeith Kanios1-4/+4
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin9-108/+0
2009-07-06outbin: minor cleanupsH. Peter Anvin1-6/+8
2009-07-05outbin: when using saa_rnbytes() we have to saa_rewind()H. Peter Anvin1-0/+2
2009-07-05outbin: when writing S-records, write head recordH. Peter Anvin1-0/+3
2009-07-05outbin: add support for Intel hex and Motorola S-recordsH. Peter Anvin2-29/+293
2009-07-05Make it possible for outputs to be either text or binaryH. Peter Anvin12-57/+62
2009-07-01outobj: handle the case of SEG <undefined> in pass 0H. Peter Anvin1-4/+12
2009-06-30outmacho: change license to 2-BSDH. Peter Anvin1-12/+0
2009-06-30ELF64: fix incorrect type for the .strtab section headerCyrill Gorcunov1-1/+1
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin23-83/+798
2009-06-28Add copyright headers to macro filesH. Peter Anvin9-0/+405
2009-06-27Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin5-0/+17