aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>2012-06-14 09:08:49 +0000
committerJayant Sonar <jayants@gcc.gnu.org>2012-06-14 09:08:49 +0000
commit9257546baf59e4c74e8e4192155ac701b5fb210a (patch)
tree048e5712d02fd784004de5074632f05d86b161cc /gcc
parentf46b83784dedb24a9a15a3e37f517166a801b251 (diff)
downloadgcc-9257546baf59e4c74e8e4192155ac701b5fb210a.zip
gcc-9257546baf59e4c74e8e4192155ac701b5fb210a.tar.gz
gcc-9257546baf59e4c74e8e4192155ac701b5fb210a.tar.bz2
Added offset bits of MOVA/Sz assembly instruction for memory access
From-SVN: r188602
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2e1f25..210bcab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
+
+ * config/h8300/genmova.sh: Modified to add offset bits of
+ mova/Sz assembly instruction for memory access.
+ * config/h8300/h8300.c: Likewise.
+ * config/h8300/mova.md: Likewise.
+
2012-06-12 Christian Bruel <christian.bruel@st.com>
PR target/53621