svn commit: r1846 - in branches/yasm-0.6.x: . frontends/yasm libyasm modules/dbgfmts/codeview modules/dbgfmts/dwarf2 modules/dbgfmts/null modules/dbgfmts/stabs modules/objfmts/bin modules/objfmts/coff modules/objfmts/elf modules/objfmts/macho modules/objfmts/rdf modules/objfmts/xdf modules/parsers/gas modules/parsers/nasm
peter at tortall.net
peter at tortall.net
Sat May 19 10:19:59 PDT 2007
Author: peter
Date: Sat May 19 10:19:58 2007
New Revision: 1846
Modified:
branches/yasm-0.6.x/configure.ac
branches/yasm-0.6.x/frontends/yasm/yasm.c
branches/yasm-0.6.x/libyasm/coretype.h
branches/yasm-0.6.x/libyasm/dbgfmt.h
branches/yasm-0.6.x/libyasm/objfmt.h
branches/yasm-0.6.x/libyasm/parser.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/value.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.h
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-dbgfmt.h
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/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/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/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
Changeset:
http://www.tortall.net/projects/yasm/changeset/1846
Log:
Merge [1812] and [1813] from trunk: Restructure yasm_object as central clearing
house for yasm_objfmt, yasm_dbgfmt, and yasm_arch.
More information about the yasm-cvs
mailing list