]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', respectively.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 9 Oct 2007 16:07:21 +0000 (16:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 9 Oct 2007 16:07:21 +0000 (16:07 +0000)
* longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
and '%}', respectively.

From-SVN: r129169

gcc/ChangeLog
gcc/longlong.h

index 3a6eda7b4d720f72a53d1613738e723e8c70da3f..a2ed4830a58579a844ad3ba700cd707662334f4c 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
+
+       * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
+       and '%}', respectively.
+
 2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
 
        * config/m68k/m68k.c (print_operand): Handle '{' and '}'.
index 8350fbc2b45cfbe03fbc2117ba755fee0829e523..59fdc5e77c6c04a1dea8ffac6d46bbbdd60f1447 100644 (file)
@@ -553,7 +553,7 @@ UDItype __umulsidi3 (USItype, USItype);
    cpu32 disguises as a 68020, but lacks them.  */
 #if defined (__mc68020__) && !defined (__mcpu32__)
 #define count_leading_zeros(count, x) \
-  __asm__ ("bfffo %1{%b2:%b2},%0"                                      \
+  __asm__ ("bfffo %1%{%b2:%b2%},%0"                                    \
           : "=d" ((USItype) (count))                                   \
           : "od" ((USItype) (x)), "n" (0))
 /* Some ColdFire architectures have a ff1 instruction supported via