]> granicus.if.org Git - yasm/commit
yasm_object_optimize(): Fix error/warning handling by using the new method.
authorPeter Johnson <peter@tortall.net>
Sat, 10 Jun 2006 16:54:45 +0000 (16:54 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 10 Jun 2006 16:54:45 +0000 (16:54 -0000)
commit1e225241865271002bad000c0b834e1ba6d0e142
tree3ca3b8234e4e97534376cefc8d10a876114e4515
parentff5b74bf5bc4830c1f76d20bf6f825989bbb6e6f
yasm_object_optimize(): Fix error/warning handling by using the new method.
effaddr.asm: Disable now-unsupported construct of [reg*(label2-label)].
x86_bc_insn_calc_len(): Don't destroy NULL intnum.

svn path=/branches/new-optimizer/; revision=1562
frontends/yasm/yasm.c
libyasm/section.c
libyasm/section.h
modules/arch/x86/tests/effaddr.asm
modules/arch/x86/tests/effaddr.hex
modules/arch/x86/x86bc.c