]> granicus.if.org Git - yasm/commit
Support align. Made a few other minor cleanups while doing so.
authorPeter Johnson <peter@tortall.net>
Sun, 18 Jun 2006 21:29:26 +0000 (21:29 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 18 Jun 2006 21:29:26 +0000 (21:29 -0000)
commit9bbfdd47f7459d61d5b4a54ef5488c7b6809d4b2
tree33c22a9c67d5a717436c84daeca2472678498571
parent6dbb96f1780fc625ec619d7a8b408bae55871ee9
Support align.  Made a few other minor cleanups while doing so.

svn path=/branches/new-optimizer/; revision=1583
12 files changed:
libyasm/bc-align.c
libyasm/section.c
libyasm/tests/Makefile.inc
libyasm/tests/opt-align1.asm [new file with mode: 0644]
libyasm/tests/opt-align1.errwarn [new file with mode: 0644]
libyasm/tests/opt-align1.hex [new file with mode: 0644]
libyasm/tests/opt-align2.asm [new file with mode: 0644]
libyasm/tests/opt-align2.errwarn [new file with mode: 0644]
libyasm/tests/opt-align2.hex [new file with mode: 0644]
libyasm/tests/opt-align3.asm [new file with mode: 0644]
libyasm/tests/opt-align3.errwarn [new file with mode: 0644]
libyasm/tests/opt-align3.hex [new file with mode: 0644]