Commit b10b03c4 by Anthony Green Committed by Anthony Green

Fix mul.x flag for moxie

From-SVN: r219422
parent 6085e66e
2015-01-10 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.c (moxie_option_override): Fix forcing of
mul.x availability for moxiebox configuration.
2015-01-09 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.md: Tabify assembly output.
......
......@@ -262,7 +262,7 @@ moxie_option_override (void)
init_machine_status = moxie_init_machine_status;
#ifdef TARGET_MOXIEBOX
target_flags &= ~MASK_HAS_MULX;
target_flags |= MASK_HAS_MULX;
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment