Added offset bits of MOVA/Sz assembly instruction for memory access
authorjayants <jayants@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jun 2012 09:08:49 +0000 (09:08 +0000)
committerjayants <jayants@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jun 2012 09:08:49 +0000 (09:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188602 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index f2e1f25..210bcab 100644 (file)
@@ -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