]> granicus.if.org Git - yasm/commit
Add lindex parameter to yasm_intnum_calc(), and add error messages for SEG,
authorPeter Johnson <peter@tortall.net>
Mon, 26 May 2003 19:16:44 +0000 (19:16 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 26 May 2003 19:16:44 +0000 (19:16 -0000)
commit16c09e4b4143009734628d7eadc76621f2a89149
tree18a42fdea9c46094be770f4cad372fccd573c1c2
parente60fe7b21cf1f86fa3d50597628e7adf61ad6245
Add lindex parameter to yasm_intnum_calc(), and add error messages for SEG,
WRT, and ':' (SEGOFF) usage.  This change also brings the yasm_intnum_calc()
interface in line with the yasm_floatnum_calc() interface.

Note: This may not be the final place we want these error messages to reside,
but the lindex addition should remain for the sake of consistency.

svn path=/trunk/yasm/; revision=953
libyasm/bytecode.c
libyasm/expr.c
libyasm/intnum.c
libyasm/intnum.h
modules/optimizers/basic/basic-optimizer.c