svn commit: r1874 - in branches/yasm-0.6.x: frontends/yasm libyasm modules/arch/x86 modules/dbgfmts/dwarf2 modules/dbgfmts/dwarf2/tests/pass32 modules/dbgfmts/dwarf2/tests/passwin64 modules/objfmts/bin modules/objfmts/coff modules/objfmts/elf modules/objfmts/macho modules/objfmts/macho/tests/nasm32 modules/objfmts/rdf modules/objfmts/rdf/tests modules/objfmts/xdf modules/objfmts/xdf/tests modules/parsers/gas modules/parsers/nasm
peter at tortall.net
peter at tortall.net
Sat Jun 2 14:40:16 PDT 2007
Author: peter
Date: Sat Jun 2 14:40:15 2007
New Revision: 1874
Added:
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.asm
- copied unchanged from r1851, /trunk/yasm/modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.asm
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.errwarn
- copied unchanged from r1851, /trunk/yasm/modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.errwarn
branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/macho32-sect.asm
- copied unchanged from r1852, /trunk/yasm/modules/objfmts/macho/tests/nasm32/macho32-sect.asm
branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn
- copied unchanged from r1852, /trunk/yasm/modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn
branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/macho32-sect.hex
- copied unchanged from r1852, /trunk/yasm/modules/objfmts/macho/tests/nasm32/macho32-sect.hex
branches/yasm-0.6.x/modules/objfmts/xdf/tests/xdfsect-err.asm
- copied unchanged from r1851, /trunk/yasm/modules/objfmts/xdf/tests/xdfsect-err.asm
branches/yasm-0.6.x/modules/objfmts/xdf/tests/xdfsect-err.errwarn
- copied unchanged from r1851, /trunk/yasm/modules/objfmts/xdf/tests/xdfsect-err.errwarn
branches/yasm-0.6.x/modules/objfmts/xdf/tests/xdfsect.asm
- copied unchanged from r1851, /trunk/yasm/modules/objfmts/xdf/tests/xdfsect.asm
branches/yasm-0.6.x/modules/objfmts/xdf/tests/xdfsect.hex
- copied unchanged from r1851, /trunk/yasm/modules/objfmts/xdf/tests/xdfsect.hex
Modified:
branches/yasm-0.6.x/frontends/yasm/yasm.c
branches/yasm-0.6.x/libyasm/section.c
branches/yasm-0.6.x/libyasm/valparam.c
branches/yasm-0.6.x/libyasm/valparam.h
branches/yasm-0.6.x/modules/arch/x86/x86arch.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-line.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.hex
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/dbg/dbg-objfmt.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/nasm32/Makefile.inc
branches/yasm-0.6.x/modules/objfmts/rdf/rdf-objfmt.c
branches/yasm-0.6.x/modules/objfmts/rdf/tests/rdfext.asm
branches/yasm-0.6.x/modules/objfmts/xdf/tests/Makefile.inc
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/nasm/nasm-parse.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parser.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-token.re
Changeset:
http://www.tortall.net/projects/yasm/changeset/1874
Log:
Merge from trunk:
[1828]: Call yasm_symtab_parser_finalize() from parser.
[1851]: Clean up directive handling.
[1852]: Permit non-standard macho section names.
More information about the yasm-cvs
mailing list