svn commit: r1786 - in trunk/yasm: . libyasm modules/objfmts/coff

peter at tortall.net peter at tortall.net
Fri Feb 23 20:16:06 PST 2007


Author: peter
Date: Fri Feb 23 20:16:05 2007
New Revision: 1786

Modified:
   trunk/yasm/libyasm/arch.c
   trunk/yasm/libyasm/bc-align.c
   trunk/yasm/libyasm/bc-data.c
   trunk/yasm/libyasm/bc-incbin.c
   trunk/yasm/libyasm/bc-insn.c
   trunk/yasm/libyasm/bc-org.c
   trunk/yasm/libyasm/bc-reserve.c
   trunk/yasm/libyasm/bytecode.c
   trunk/yasm/libyasm/expr-int.h
   trunk/yasm/libyasm/expr.c
   trunk/yasm/libyasm/expr.h
   trunk/yasm/libyasm/hamt.c
   trunk/yasm/libyasm/section.c
   trunk/yasm/libyasm/symrec.c
   trunk/yasm/libyasm/valparam.c
   trunk/yasm/libyasm/value.c
   trunk/yasm/modules/objfmts/coff/coff-objfmt.c
   trunk/yasm/modules/preprocs/nasm/nasm-eval.c
   trunk/yasm/modules/preprocs/nasm/nasm-pp.c
   trunk/yasm/util.h
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1786

Log:
Move libyasm-stdint.h include out of util.h, as util.h is included from
build platform files.

While here, fix a few warnings by pushing uintptr_t to a few more register
usages.

Noticed by: rugxulo at gmail.com



More information about the yasm-cvs mailing list