summaryrefslogtreecommitdiff
path: root/output
Commit message (Expand)AuthorAgeFilesLines
...
* Elf: Drop never used SOC helperCyrill Gorcunov2010-04-102-4/+0
* Elf: Introduce section_attrib helperCyrill Gorcunov2010-04-104-96/+65
* output/outbin.c: Fix misprinted alignment boundCyrill Gorcunov2010-02-111-1/+1
* Elf: Drop useless SEG_ALIGN_1Cyrill Gorcunov2010-02-111-1/+0
* Use ALIGN helperCyrill Gorcunov2010-02-116-25/+17
* ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL bindingCyrill Gorcunov2010-01-033-5/+7
* elf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpersCyrill Gorcunov2010-01-031-8/+11
* output/outelfX.c: Use definitions from stabs.hCyrill Gorcunov2010-01-033-12/+2
* Add common STABs definition into output/stabs.hCyrill Gorcunov2010-01-031-0/+145
* outelfX.c: Trivial cleanupCyrill Gorcunov2010-01-032-231/+231
* Elf: Allow symbols binding to undefined sectionCyrill Gorcunov2010-01-022-8/+4
* Elf: bind labels to text section by defaultCyrill Gorcunov2009-12-102-22/+24
* outrdf.c: remove obsolete fileH. Peter Anvin2009-11-301-569/+0
* outform.h: fix OF_NO_RDF2H. Peter Anvin2009-11-301-1/+1
* outmacho32: replace error() -> nasm_error()H. Peter Anvin2009-11-301-25/+23
* outcoff: BuildExportTable -- tab/space fixCyrill Gorcunov2009-11-171-1/+1
* outcoff: Do not fail on long export identifiersCyrill Gorcunov2009-11-171-22/+19
* outelf32/64 - various cleanups in a sake of unificationCyrill Gorcunov2009-11-062-164/+156
* dwarfX_output: dont check for "ln" twiceCyrill Gorcunov2009-11-062-49/+37
* output/outelf64.c: simplify stabs64_cleanup, dwarf64_cleanupCyrill Gorcunov2009-11-061-26/+13
* Merge elf header filesCyrill Gorcunov2009-11-066-364/+289
* output/outelf32-64: use string helpersCyrill Gorcunov2009-10-312-32/+12
* Remove outdated commentsCyrill Gorcunov2009-10-313-6/+6
* stdscan: switch to stdscan_get/set routinesCyrill Gorcunov2009-10-315-18/+16
* BR 2840300: fix macho symbol alignment bugKeith Kanios2009-10-162-6/+12
* elf,stabs: stabs32/64_generate -- append ending tokenCyrill Gorcunov2009-09-142-16/+19
* output/elfcommon.h: tab/space cleanupCyrill Gorcunov2009-09-061-111/+111
* output/outelf32.c: code style simplificationCyrill Gorcunov2009-09-031-115/+108
* output/outelf32.c: tab-space cleanupCyrill Gorcunov2009-09-031-390/+367
* output/elf64.h: tab-space cleanupCyrill Gorcunov2009-09-031-51/+51
* output/elf32.h: tab-space cleanupCyrill Gorcunov2009-09-031-13/+13
* output/outelf.h - tab-space cleanupCyrill Gorcunov2009-09-031-23/+23
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-131-1/+1
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-114-16/+18
* output/dwarf.h: update dwarf constantsCyrill Gorcunov2009-08-101-23/+530
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-094-5/+5
* output/outbin.c -- use list helpersCyrill Gorcunov2009-08-011-15/+15
* outaout.c -- use list helpersCyrill Gorcunov2009-07-281-6/+4
* Merge branch 'nasm-2.07.xx'H. Peter Anvin2009-07-261-6/+6
|\
| * BR 2827397: fix invalid C in outcoff AddExports()H. Peter Anvin2009-07-261-6/+6
* | Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin2009-07-188-57/+35
* | Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-1816-931/+799
* | Merge commit 'nasm-2.07rc7' into new-preprocH. Peter Anvin2009-07-172-5/+5
|\ \ | |/
| * outcoff: fix invalid reference to ofmtH. Peter Anvin2009-07-161-1/+1
| * outcoff: this is COFF, not binaryH. Peter Anvin2009-07-161-2/+2
| * outform.h: update comments regarding macho32/macho64Keith Kanios2009-07-161-4/+4
* | outobj: don't fclose() the outputH. Peter Anvin2009-07-141-1/+0
* | Merge branch 'master' into new-preprocH. Peter Anvin2009-07-132-1/+9
|\ \ | |/
| * ELF: add debug support for TY_YWORDH. Peter Anvin2009-07-132-0/+8
| * elf32: debug32_typevalue - fix TY_OWORD sizeCyrill Gorcunov2009-07-131-1/+1