]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[ARC] Fix obsolete constraint.
authorclaziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2016 10:11:25 +0000 (10:11 +0000)
committerclaziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2016 10:11:25 +0000 (10:11 +0000)
include/
2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>

* longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
'Cal' constraint.
(sub_ddmmss): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235631 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/longlong.h

index d09d54835dbc21deebfe1aa3ebc31d903e98efb9..1efa03472dc58433938279d20e4cb7f8706e52c3 100644 (file)
@@ -1,3 +1,9 @@
+2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with
+       'Cal' constraint.
+       (sub_ddmmss): Likewise.
+
 2016-03-17  Thomas Schwinge  <thomas@codesourcery.com>
 
        * gomp-constants.h (enum gomp_map_kind): Rename
index 34ad9b4f57109b32ae42e960a610108da0b83808..03fd2a1ae4c3ece6930444beda2afac780a6b28c 100644 (file)
@@ -197,17 +197,17 @@ extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
           : "=r" ((USItype) (sh)),                                     \
             "=&r" ((USItype) (sl))                                     \
           : "%r" ((USItype) (ah)),                                     \
-            "rIJ" ((USItype) (bh)),                                    \
+            "rICal" ((USItype) (bh)),                                  \
             "%r" ((USItype) (al)),                                     \
-            "rIJ" ((USItype) (bl)))
+            "rICal" ((USItype) (bl)))
 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
   __asm__ ("sub.f      %1, %4, %5\n\tsbc       %0, %2, %3"             \
           : "=r" ((USItype) (sh)),                                     \
             "=&r" ((USItype) (sl))                                     \
           : "r" ((USItype) (ah)),                                      \
-            "rIJ" ((USItype) (bh)),                                    \
+            "rICal" ((USItype) (bh)),                                  \
             "r" ((USItype) (al)),                                      \
-            "rIJ" ((USItype) (bl)))
+            "rICal" ((USItype) (bl)))
 
 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
 #ifdef __ARC_NORM__
@@ -221,8 +221,8 @@ extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
     }                                                                  \
   while (0)
 #define COUNT_LEADING_ZEROS_0 32
-#endif
-#endif
+#endif /* __ARC_NORM__ */
+#endif /* __arc__ */
 
 #if defined (__arm__) && (defined (__thumb2__) || !defined (__thumb__)) \
  && W_TYPE_SIZE == 32