OSDN Git Service

* longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2007 16:07:21 +0000 (16:07 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2007 16:07:21 +0000 (16:07 +0000)
and '%}', respectively.

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

gcc/ChangeLog
gcc/longlong.h

index 3a6eda7..a2ed483 100644 (file)
@@ -1,5 +1,10 @@
 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 '}'.
        * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Accept '{'
        and '}'.
index 8350fbc..59fdc5e 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