svn commit: r1847 - in branches/yasm-0.6.x: frontends/yasm libyasm modules/arch/x86 modules/dbgfmts/codeview modules/dbgfmts/dwarf2 modules/dbgfmts/dwarf2/tests/pass32 modules/dbgfmts/dwarf2/tests/pass64 modules/dbgfmts/dwarf2/tests/passwin64 modules/dbgfmts/null modules/dbgfmts/stabs modules/objfmts/bin modules/objfmts/coff modules/objfmts/dbg modules/objfmts/elf modules/objfmts/elf/tests modules/objfmts/elf/tests/gas64 modules/objfmts/macho modules/objfmts/rdf modules/objfmts/rdf/tests modules/parsers/gas modules/parsers/nasm
peter at tortall.net
peter at tortall.net
Sat May 19 10:22:29 PDT 2007
Author: peter
Date: Sat May 19 10:22:28 2007
New Revision: 1847
Modified:
branches/yasm-0.6.x/frontends/yasm/yasm.c
branches/yasm-0.6.x/libyasm/arch.h
branches/yasm-0.6.x/libyasm/coretype.h
branches/yasm-0.6.x/libyasm/dbgfmt.h
branches/yasm-0.6.x/libyasm/hamt.c
branches/yasm-0.6.x/libyasm/hamt.h
branches/yasm-0.6.x/libyasm/linemap.c
branches/yasm-0.6.x/libyasm/objfmt.h
branches/yasm-0.6.x/libyasm/section.c
branches/yasm-0.6.x/libyasm/section.h
branches/yasm-0.6.x/libyasm/symrec.c
branches/yasm-0.6.x/libyasm/symrec.h
branches/yasm-0.6.x/libyasm/valparam.c
branches/yasm-0.6.x/libyasm/valparam.h
branches/yasm-0.6.x/libyasm/value.h
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/x86id.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-line.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.hex
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.hex
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.errwarn
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/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.c
branches/yasm-0.6.x/modules/objfmts/elf/elf.h
branches/yasm-0.6.x/modules/objfmts/elf/tests/elfmanysym.hex
branches/yasm-0.6.x/modules/objfmts/elf/tests/elfvisibility.asm
branches/yasm-0.6.x/modules/objfmts/elf/tests/elfvisibility.hex
branches/yasm-0.6.x/modules/objfmts/elf/tests/gas64/elf_gas64_reloc.hex
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/rdf/tests/rdfabs.errwarn
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.h
branches/yasm-0.6.x/modules/parsers/gas/gas-token.re
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parse.c
Changeset:
http://www.tortall.net/projects/yasm/changeset/1847
Log:
Merge [1819], [1820], [1821] from trunk: Massive update of directive handling.
More information about the yasm-cvs
mailing list