]> granicus.if.org Git - yasm/commit
Make imm8 expansion work.
authorPeter Johnson <peter@tortall.net>
Mon, 19 Jun 2006 03:54:20 +0000 (03:54 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 19 Jun 2006 03:54:20 +0000 (03:54 -0000)
commit5b85508ae8a59370eed170a29f225ad42440b8fb
treebff30dbc4e1a3969e358bc1a17fbd12fed403a63
parent9bbfdd47f7459d61d5b4a54ef5488c7b6809d4b2
Make imm8 expansion work.
This was broken because I had precbc and precbc2 purposes swapped in the
optimizer.

svn path=/branches/new-optimizer/; revision=1584
libyasm/section.c
libyasm/tests/Makefile.inc
libyasm/tests/opt-immexpand.asm [new file with mode: 0644]
libyasm/tests/opt-immexpand.errwarn [new file with mode: 0644]
libyasm/tests/opt-immexpand.hex [new file with mode: 0644]
libyasm/tests/opt-immnoexpand.asm [new file with mode: 0644]
libyasm/tests/opt-immnoexpand.errwarn [new file with mode: 0644]
libyasm/tests/opt-immnoexpand.hex [new file with mode: 0644]