svn commit: r1818 - in branches/yasm-0.6.x: frontends/yasm libyasm libyasm/tests modules/arch/x86 modules/arch/x86/tests modules/objfmts/elf modules/objfmts/macho modules/objfmts/macho/tests/gas32 modules/objfmts/macho/tests/gas64 modules/objfmts/macho/tests/nasm32 modules/objfmts/macho/tests/nasm64 modules/parsers/gas modules/parsers/nasm

peter at tortall.net peter at tortall.net
Sat Mar 10 00:38:23 PST 2007


Author: peter
Date: Sat Mar 10 00:38:23 2007
New Revision: 1818

Modified:
   branches/yasm-0.6.x/frontends/yasm/yasm.c
   branches/yasm-0.6.x/libyasm/arch.h
   branches/yasm-0.6.x/libyasm/errwarn.h
   branches/yasm-0.6.x/libyasm/hamt.c
   branches/yasm-0.6.x/libyasm/symrec.c
   branches/yasm-0.6.x/libyasm/tests/expr-wide-ident.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/addrop.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/genopcode.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/rep.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/sse-prefix.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/sse4.hex
   branches/yasm-0.6.x/modules/arch/x86/x86bc.c
   branches/yasm-0.6.x/modules/objfmts/elf/elf-objfmt.c
   branches/yasm-0.6.x/modules/objfmts/macho/macho-objfmt.c
   branches/yasm-0.6.x/modules/objfmts/macho/tests/gas32/gas-macho32.hex
   branches/yasm-0.6.x/modules/objfmts/macho/tests/gas64/gas-macho64.hex
   branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/macho-reloc.hex
   branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/machotest.hex
   branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm64/machotest64.hex
   branches/yasm-0.6.x/modules/parsers/gas/gas-parse.c
   branches/yasm-0.6.x/modules/parsers/gas/gas-token.re
   branches/yasm-0.6.x/modules/parsers/nasm/nasm-parse.c
   branches/yasm-0.6.x/modules/parsers/nasm/tests/long.hex
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1818

Log:
Merge a number of revisions from trunk:
 [1804]: -E and -s command line options (feature)
 [1805]: Fix uninit warning
 [1806]: -Wsize-override option (feature)
 [1807]: Change prefix order
 [1808], [1809], [1810]: Bugfixes
 [1811]: Mach-O section and segment name zeroing bugfix
 [1814]: HAMT portability fix



More information about the yasm-cvs mailing list