Change behavior of -O0 and -O1 for backward compatibility
commitf1aefd8456b0d32d36a283cc6d12b3a09ae8fdb5
authorCharles Crayne <chuck@thor.crayne.org>
Tue, 30 Sep 2008 23:11:32 +0000 (30 16:11 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Tue, 30 Sep 2008 23:11:32 +0000 (30 16:11 -0700)
tree094c3c6d4bb022de0cd56be0c407295a7fd375cf
parent3cc245994427cb7f22577c5a343fe4ea581991a5
Change behavior of -O0 and -O1 for backward compatibility

-O0: JMP default to NEAR, Jcc/LOOP/JCXZ default to SHORT.
      In other words, this is reverting to full-blown 0.98 behavior, not
      0.98.39.
-O1: JMP and Jcc default to NEAR, LOOP/JCXZ default to SHORT (only
      possible form).
assemble.c