]> granicus.if.org Git - yasm/commit
Massive cleanup of debugging output (via _print() functions). All now take
authorPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:25:09 +0000 (08:25 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:25:09 +0000 (08:25 -0000)
commit825eaa582324bcdb40b3515d22d1b96eb3b39051
treed7c201311d55ee19ac6d87669cdaf1c8761b0b3c
parentb930d117d3929c0b5a199660f8c17c30cf24bba3
Massive cleanup of debugging output (via _print() functions).  All now take
FILE *'s to print to somewhere other than stdout, and the formatting is
improved through the use of a global indent_level.

Changes to main() include the ability to specify an output file.

svn path=/trunk/yasm/; revision=357
52 files changed:
frontends/yasm/yasm.c
libyasm/arch.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/expr.c
libyasm/expr.h
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/intnum.c
libyasm/intnum.h
libyasm/linemgr.c
libyasm/linemgr.h
libyasm/objfmt.h
libyasm/section.c
libyasm/section.h
libyasm/symrec.c
libyasm/symrec.h
libyasm/valparam.c
libyasm/valparam.h
modules/arch/x86/bytecode.c
modules/arch/x86/x86-int.h
modules/arch/x86/x86bc.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/dbg/objfmt.c
src/arch.h
src/arch/x86/bytecode.c
src/arch/x86/x86-int.h
src/arch/x86/x86bc.c
src/bytecode.c
src/bytecode.h
src/expr.c
src/expr.h
src/floatnum.c
src/floatnum.h
src/globals.c
src/globals.h
src/intnum.c
src/intnum.h
src/linemgr.c
src/linemgr.h
src/main.c
src/objfmt.h
src/objfmts/dbg/dbg-objfmt.c
src/objfmts/dbg/objfmt.c
src/section.c
src/section.h
src/symrec.c
src/symrec.h
src/ternary.c
src/ternary.h
src/valparam.c
src/valparam.h