summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkaushikp <kaushikp@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-14 05:14:19 +0000
committerkaushikp <kaushikp@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-14 05:14:19 +0000
commit57518f85ab5ee99aaf12e72c12ff8a208ef13a4c (patch)
tree83e962aec20590f5974c0681d44fc02e58978f2f /gcc
parenta0ea495c06f166210f44350cc5dd68101832820e (diff)
downloadgcc-57518f85ab5ee99aaf12e72c12ff8a208ef13a4c.tar.gz
* config/rl78/rl78.md(mulsi3_g13): Add additional 'nop' required
in multiply-accumulate mode. --This llne, and those below, will be ignored-- M ChangeLog M config/rl78/rl78.md git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rl78/rl78.md1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8f7a633d2f5..a6c09bce0f2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
+
+ * config/rl78/rl78.md(mulsi3_g13): Add additional 'nop' required
+ in multiply-accumulate mode.
+
2013-05-13 Guozhi Wei <carrot@google.com>
* dwarf2asm.c (dw2_output_indirect_constant_1): Mark new decl STATIC.
diff --git a/gcc/config/rl78/rl78.md b/gcc/config/rl78/rl78.md
index b7aec3b1f60..b3cfe6d1bbc 100644
--- a/gcc/config/rl78/rl78.md
+++ b/gcc/config/rl78/rl78.md
@@ -313,6 +313,7 @@
movw ax, %H2
movw 0xffff2, ax ; MDAH
nop ; mdc += mdal * mdah
+ nop ; Additional nop for MAC
movw ax, !0xf00e0 ; MDCL
movw %H0, ax
; end of mulsi macro"