aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/moxie
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2015-01-10 10:16:53 +0000
committerAnthony Green <green@gcc.gnu.org>2015-01-10 10:16:53 +0000
commitb10b03c4c0f7ea394424d3a76106cb41de3f731c (patch)
treed60f6be5dcea1d60278edec672f8a59496db4d45 /gcc/config/moxie
parent6085e66e950e9b5666e5018ed3b178cbd3b3a6a5 (diff)
downloadgcc-b10b03c4c0f7ea394424d3a76106cb41de3f731c.zip
gcc-b10b03c4c0f7ea394424d3a76106cb41de3f731c.tar.gz
gcc-b10b03c4c0f7ea394424d3a76106cb41de3f731c.tar.bz2
Fix mul.x flag for moxie
From-SVN: r219422
Diffstat (limited to 'gcc/config/moxie')
-rw-r--r--gcc/config/moxie/moxie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/moxie/moxie.c b/gcc/config/moxie/moxie.c
index 08e90b9..c178777 100644
--- a/gcc/config/moxie/moxie.c
+++ b/gcc/config/moxie/moxie.c
@@ -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
}