nasm: Handle -MF and -MD options
commit599a98272edbf7df3e919a8b22a3b9ee1d437c15
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 23 Jun 2014 20:55:17 +0000 (24 00:55 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 28 Jun 2014 20:52:54 +0000 (29 00:52 +0400)
tree2773da9a7cbde8d00cc8f3d7106a970a0bd7d945
parente9fc88ca11c271dfef5e46f470969ddb27c857af
nasm: Handle -MF and -MD options

It's been long time since -MF and -MD options were described
in docs but actually -MF was not implemented completely and -MD
didn't proceed into normal compilation process. Fix it.

Because we use bitmask for operating_mode selection I had to
move compilation condition one shift left.

http://bugzilla.nasm.us/show_bug.cgi?id=3392280

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.c