svn commit: r1974 - in branches/yasm-0.6.x: . Mkfiles Mkfiles/dj Mkfiles/vc Mkfiles/vc/libyasm Mkfiles/vc/modules Mkfiles/vc8 Mkfiles/vc8/libyasm frontends/yasm libyasm libyasm/tests modules/arch/lc3b modules/arch/x86 modules/arch/x86/tests modules/dbgfmts/codeview modules/dbgfmts/dwarf2 modules/dbgfmts/null modules/dbgfmts/stabs modules/listfmts/nasm modules/objfmts/bin modules/objfmts/coff modules/objfmts/dbg modules/objfmts/elf modules/objfmts/macho modules/objfmts/rdf modules/parsers/gas modules/parsers/gas/tests/bin modules/parsers/nasm modules/preprocs/nasm modules/preprocs/raw modules/preprocs/yapp po
peter at tortall.net
peter at tortall.net
Fri Sep 21 09:37:03 PDT 2007
Author: peter
Date: Fri Sep 21 09:37:01 2007
New Revision: 1974
Added:
branches/yasm-0.6.x/libyasm/insn.c
- copied unchanged from r1913, /trunk/yasm/libyasm/insn.c
branches/yasm-0.6.x/libyasm/insn.h
- copied unchanged from r1913, /trunk/yasm/libyasm/insn.h
branches/yasm-0.6.x/modules/arch/x86/tests/amd200707.asm
- copied unchanged from r1913, /trunk/yasm/modules/arch/x86/tests/amd200707.asm
branches/yasm-0.6.x/modules/arch/x86/tests/amd200707.hex
- copied unchanged from r1913, /trunk/yasm/modules/arch/x86/tests/amd200707.hex
branches/yasm-0.6.x/modules/parsers/gas/tests/bin/gas-llabel.asm
- copied unchanged from r1913, /trunk/yasm/modules/parsers/gas/tests/bin/gas-llabel.asm
branches/yasm-0.6.x/modules/parsers/gas/tests/bin/gas-llabel.hex
- copied unchanged from r1913, /trunk/yasm/modules/parsers/gas/tests/bin/gas-llabel.hex
Removed:
branches/yasm-0.6.x/libyasm/arch.c
branches/yasm-0.6.x/libyasm/bc-insn.c
branches/yasm-0.6.x/libyasm/bc-int.h
branches/yasm-0.6.x/libyasm/expr-int.h
Modified:
branches/yasm-0.6.x/Mkfiles/Makefile.dj
branches/yasm-0.6.x/Mkfiles/Makefile.flat
branches/yasm-0.6.x/Mkfiles/dj/config.h
branches/yasm-0.6.x/Mkfiles/vc/config.h
branches/yasm-0.6.x/Mkfiles/vc/libyasm/libyasm.vcproj
branches/yasm-0.6.x/Mkfiles/vc/modules/modules.vcproj
branches/yasm-0.6.x/Mkfiles/vc8/config.h
branches/yasm-0.6.x/Mkfiles/vc8/libyasm/libyasm.vcproj
branches/yasm-0.6.x/Mkfiles/vc8/yasm.rules
branches/yasm-0.6.x/configure.ac
branches/yasm-0.6.x/frontends/yasm/yasm.c
branches/yasm-0.6.x/libyasm.h
branches/yasm-0.6.x/libyasm/Makefile.inc
branches/yasm-0.6.x/libyasm/arch.h
branches/yasm-0.6.x/libyasm/assocdat.c
branches/yasm-0.6.x/libyasm/bc-align.c
branches/yasm-0.6.x/libyasm/bc-data.c
branches/yasm-0.6.x/libyasm/bc-incbin.c
branches/yasm-0.6.x/libyasm/bc-org.c
branches/yasm-0.6.x/libyasm/bc-reserve.c
branches/yasm-0.6.x/libyasm/bitvect.c
branches/yasm-0.6.x/libyasm/bytecode.c
branches/yasm-0.6.x/libyasm/bytecode.h
branches/yasm-0.6.x/libyasm/coretype.h
branches/yasm-0.6.x/libyasm/errwarn.c
branches/yasm-0.6.x/libyasm/expr.c
branches/yasm-0.6.x/libyasm/expr.h
branches/yasm-0.6.x/libyasm/file.c
branches/yasm-0.6.x/libyasm/floatnum.c
branches/yasm-0.6.x/libyasm/hamt.c
branches/yasm-0.6.x/libyasm/intnum.c
branches/yasm-0.6.x/libyasm/inttree.c
branches/yasm-0.6.x/libyasm/linemap.c
branches/yasm-0.6.x/libyasm/mergesort.c
branches/yasm-0.6.x/libyasm/phash.c
branches/yasm-0.6.x/libyasm/section.c
branches/yasm-0.6.x/libyasm/section.h
branches/yasm-0.6.x/libyasm/strcasecmp.c
branches/yasm-0.6.x/libyasm/strsep.c
branches/yasm-0.6.x/libyasm/symrec.c
branches/yasm-0.6.x/libyasm/tests/bitvect_test.c
branches/yasm-0.6.x/libyasm/tests/combpath_test.c
branches/yasm-0.6.x/libyasm/tests/floatnum_test.c
branches/yasm-0.6.x/libyasm/tests/leb128_test.c
branches/yasm-0.6.x/libyasm/tests/splitpath_test.c
branches/yasm-0.6.x/libyasm/tests/uncstring_test.c
branches/yasm-0.6.x/libyasm/valparam.c
branches/yasm-0.6.x/libyasm/valparam.h
branches/yasm-0.6.x/libyasm/value.c
branches/yasm-0.6.x/libyasm/xmalloc.c
branches/yasm-0.6.x/libyasm/xstrdup.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3barch.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3bbc.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3bid.re
branches/yasm-0.6.x/modules/arch/x86/tests/Makefile.inc
branches/yasm-0.6.x/modules/arch/x86/x86arch.c
branches/yasm-0.6.x/modules/arch/x86/x86arch.h
branches/yasm-0.6.x/modules/arch/x86/x86bc.c
branches/yasm-0.6.x/modules/arch/x86/x86expr.c
branches/yasm-0.6.x/modules/arch/x86/x86id.c
branches/yasm-0.6.x/modules/arch/x86/x86parse.gap
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-symline.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-type.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-aranges.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-info.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-line.c
branches/yasm-0.6.x/modules/dbgfmts/null/null-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/stabs/stabs-dbgfmt.c
branches/yasm-0.6.x/modules/listfmts/nasm/nasm-listfmt.c
branches/yasm-0.6.x/modules/objfmts/bin/bin-objfmt.c
branches/yasm-0.6.x/modules/objfmts/coff/coff-objfmt.c
branches/yasm-0.6.x/modules/objfmts/coff/win64-except.c
branches/yasm-0.6.x/modules/objfmts/dbg/dbg-objfmt.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-objfmt.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-amd64.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-x86.c
branches/yasm-0.6.x/modules/objfmts/elf/elf.c
branches/yasm-0.6.x/modules/objfmts/macho/macho-objfmt.c
branches/yasm-0.6.x/modules/objfmts/rdf/rdf-objfmt.c
branches/yasm-0.6.x/modules/objfmts/xdf/xdf-objfmt.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parse.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parser.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parser.h
branches/yasm-0.6.x/modules/parsers/gas/gas-token.re
branches/yasm-0.6.x/modules/parsers/gas/tests/bin/Makefile.inc
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parse.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parser.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parser.h
branches/yasm-0.6.x/modules/parsers/nasm/nasm-token.re
branches/yasm-0.6.x/modules/preprocs/nasm/nasm-preproc.c
branches/yasm-0.6.x/modules/preprocs/raw/raw-preproc.c
branches/yasm-0.6.x/modules/preprocs/yapp/yapp-preproc.c
branches/yasm-0.6.x/po/POTFILES.in
branches/yasm-0.6.x/splint.sh
branches/yasm-0.6.x/util.h
Changeset:
http://www.tortall.net/projects/yasm/changeset/1974
Log:
Merge [1883] - [1913] (inclusive) from trunk.
Notable user-visible changes:
[1898] Support for GAS local labels
[1899] Support for second parameter (fill value) to .org in GAS
[1902] Add command-line option aliases for -d (to -D) and -u (to -U)
[1903], [1905] Bugfixes in HAMT (symbol table handling)
[1909] Add support for LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, MOVNTSS
More information about the yasm-cvs
mailing list