* longlong.h (umul_ppmm): Don't use a multiline string.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 3 Mar 2001 19:38:14 +0000 (19:38 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 3 Mar 2001 19:38:14 +0000 (19:38 +0000)
From-SVN: r40219

gcc/ChangeLog
gcc/longlong.h

index c81260a09998d194ce5df65bbc8e5b54113af557..566c3bcda74f858545f22fa2ae1f25b098a0995e 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * longlong.h (umul_ppmm): Don't use a multiline string.
+
 2001-03-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * fixinc/fixlib.h (t_bool): Add identifier `t_bool' in typedef.
index e4d9629d20fab9e19a84d5bbd1e2e6e720c7b34f..0d9838bf263f5b2f23f430d175077ea5de1ddd33 100644 (file)
@@ -916,8 +916,7 @@ UDItype __umulsidi3 (USItype, USItype);
   ({union {UDItype __ll;                                               \
           struct {USItype __h, __l;} __i;                              \
          } __xx;                                                       \
-  __asm__ ("movw %1,%R0
-       uemul %2,%0"                                                    \
+  __asm__ ("movw %1,%R0\n\tuemul %2,%0"                                        \
           : "=&r" (__xx.__ll)                                          \
           : "g" ((USItype) (u)),                                       \
             "g" ((USItype) (v)));                                      \