Merge branch 'new-preproc'
[platform/upstream/nasm.git] / output /
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-19 H. Peter AnvinDrop the ofmt and errfunc arguments to label definition...
2009-07-19 H. Peter AnvinRemove function pointers in output, simplify error...
2009-07-17 H. Peter AnvinMerge commit 'nasm-2.07rc7' into new-preproc
2009-07-17 H. Peter Anvinoutcoff: fix invalid reference to ofmt
2009-07-17 H. Peter Anvinoutcoff: this is COFF, not binary
2009-07-17 Keith Kaniosoutform.h: update comments regarding macho32/macho64
2009-07-16 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-15 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-14 H. Peter Anvinoutobj: don't fclose() the output
2009-07-14 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-14 H. Peter AnvinELF: add debug support for TY_YWORD
2009-07-13 Cyrill Gorcunovelf32: debug32_typevalue - fix TY_OWORD size
2009-07-12 H. Peter AnvinHash even backend-specific directives, unify null functions
2009-07-12 H. Peter AnvinDon't fclose() the output in the backend
2009-07-09 Keith Kaniosmacho64: Manually merge macho64 branch with master...
2009-07-08 Keith Kaniosoutmacho.c: fix section/relocation alignment issue
2009-07-07 H. Peter Anvinoutdbg: be excrutiatingly correct...
2009-07-07 H. Peter Anvinoutdbg: fix OUT_REL*ADR, add OUT_REL8ADR
2009-07-07 H. Peter Anvinoutbin: be consistent in spelling "Intel hex" with...
2009-07-07 Keith KaniosMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2009-07-07 Keith Kaniosoutmacho: fixed section/relocation alignment issue
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-07-06 H. Peter Anvinoutbin: minor cleanups
2009-07-05 H. Peter Anvinoutbin: when using saa_rnbytes() we have to saa_rewind()
2009-07-05 H. Peter Anvinoutbin: when writing S-records, write head record
2009-07-05 H. Peter Anvinoutbin: add support for Intel hex and Motorola S-records
2009-07-05 H. Peter AnvinMake it possible for outputs to be either text or binary
2009-07-02 H. Peter Anvinoutobj: handle the case of SEG <undefined> in pass 0
2009-07-01 H. Peter Anvinoutmacho: change license to 2-BSD
2009-06-30 Cyrill GorcunovELF64: fix incorrect type for the .strtab section header
2009-06-29 H. Peter AnvinAdd new copyright headers to the output modules
2009-06-29 H. Peter AnvinAdd copyright headers to macro files
2009-06-28 H. Peter AnvinMove prototypes for null_debug to outform.h and outlib.h
2009-06-28 H. Peter AnvinMove backend-specific code to output/; break out null...
2009-06-28 H. Peter Anvindebug: make *all* the null debug routines available...
2009-06-28 H. Peter Anvinoutput: call debug init from a central location
2009-06-28 H. Peter Anvinoutelf.c: add appropriate #ifdefs
2009-06-28 H. Peter Anvinoutdbg: make outdbg.c compile cleanly
2009-06-26 H. Peter AnvinELF: make debugging functions static
2009-06-26 H. Peter AnvinELF: remove loop invariant calculation of global offset
2009-06-26 H. Peter AnvinELF: clean up the arithmetic for global symbols
2009-06-26 H. Peter AnvinELF: bump GLOBAL_TEMP_BASE
2009-06-25 H. Peter AnvinELF: eliminate hard-coded section numbers
2009-06-25 H. Peter AnvinHandle the new ELF headers in the dependency generation
2009-06-25 H. Peter AnvinELF: add header files, begin merging common code, drop...
2009-04-30 H. Peter Anvinoutbin: replace fprintf(rf, not_defined); with fputs...
2009-03-18 Andy Polyakovoutcoff: BR 2685756: fix SAFESEH with an internal symbol
2009-03-18 Michael Schereroutelf32/64: fix uninitialized rbtree
2009-02-22 H. Peter Anvinoutelf32/64: remove align_str in favor of fwritezero()
2009-02-22 H. Peter Anvinoutbin: fix typo: "sections" not "section"
2009-02-22 H. Peter AnvinUnify all-zero buffers; add fwritezero()
2009-02-22 H. Peter AnvinBR 2611906: proper error message for start < origin
2009-01-19 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2009-01-18 Charles CrayneGenerate warning for unknown section atributes
2009-01-04 H. Peter Anvinoutas86: slight stylistic cleanups
2009-01-04 Soronel HaetirAdd entry point support to as86 backend
2008-12-18 David DeHavenMach-O alignment fix
2008-11-07 H. Peter AnvinELF: use rbtree for symbol searches
2008-11-06 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-11-05 Victor van den ElzenFix BR #916647
2008-11-01 Charles CrayneELF32 support for offset to IE GOT entry
2008-10-31 H. Peter AnvinMove all version strings to a single compilation unit...
2008-10-31 Charles CrayneELF32 bit support of .tdata and .tbss sections
2008-10-30 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-29 H. Peter AnvinMerge commit 'nasm-2.05.01'
2008-10-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-28 H. Peter Anvinoutput: add common file outlib.c for common functions...
2008-10-27 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-27 Charles CrayneELF64 support for PC relative offset to IE GOT entry
2008-10-26 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-26 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-26 Charles CrayneFlag thread local symbols in symbol table
2008-10-25 Charles CrayneELF64 segment definitions for TLS
2008-10-24 H. Peter AnvinMerge branch 'indirect'
2008-10-22 H. Peter AnvinBR 2148448: fix relative addresses in bin output
2008-10-18 H. Peter AnvinELF64: once again, fix generation of "naked" OUT_REL*ADR
2008-10-18 H. Peter AnvinELF64: PLT32, GOTPCREL, and GOTPCREL64 really need...
2008-10-18 H. Peter AnvinELF64: the "size" argument to OUT_REL*ADR isn't really...
2008-10-18 H. Peter AnvinELF64: actually generate relative GOT/PLT references...
2008-10-18 H. Peter AnvinELF64: GOTOFF64 doesn't need a gsym at all
2008-10-18 H. Peter AnvinELF64: We apparently don't need exactitude for GOTOFF64
2008-10-18 H. Peter AnvinELF64: GOT and PLT references need a symbol (a slot...
2008-10-18 H. Peter AnvinELF64: unbreak generating no-segment addresses
2008-10-18 H. Peter AnvinELF64: use the RELA addend field instead of relying...
2008-10-15 H. Peter AnvinELF64: fix various GOT relocations
2008-10-12 Charles CrayneFix typo in previous outelf64.c commit
2008-10-12 Charles CrayneRIP rel relocations for PIC released for testing.
2008-09-09 H. Peter Anvinoutaout.mac: aoutb is an alias for aout
2008-09-09 H. Peter Anvinmacros: win32 and win64 are COFF, not Mach-O
2008-09-02 H. Peter Anvinoutcoff: stylistic cleanups
2008-09-02 H. Peter Anvinoutcoff: default output symbols to T_NULL
2008-07-20 Slavik GnatenkoBR 2010180: outobj: Garbage may be written in a last...
2008-06-21 H. Peter Anvinctype.h: wrapper ctype functions with a cast to (unsign...
2008-06-20 H. Peter AnvinMove the output format macros into the macros.pl mechanism
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
next