Remove obsolete ROL-EQU hack
commit28f463463442010dff5dce13d07962f241faf1f5
authorVictor van den Elzen <victor.vde@gmail.com>
Thu, 11 Sep 2008 11:14:23 +0000 (11 13:14 +0200)
committerVictor van den Elzen <victor.vde@gmail.com>
Thu, 11 Sep 2008 11:14:23 +0000 (11 13:14 +0200)
tree40f482fe77d4acb5e71aed7f7b966bcd408285ae
parent233c4945b1e4e78c5a9efed9d0ce196805e12af0
Remove obsolete ROL-EQU hack

Now that there is proper forward reference resolution,
we can get rid of this junk. Wiping the flags also
removed the SBYTEnn flags, causing

cmp eax, a-b
a: nop
b:

to assemble with -Ox like

cmp eax, strict dword -1

This is now fixed.
nasm.c
test/_version.asm [changed mode: 0755->0644]
test/macro-defaults.asm [changed mode: 0755->0644]