From: Kazu Hirata Date: Tue, 9 Oct 2007 16:07:21 +0000 (+0000) Subject: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', respectively. X-Git-Tag: releases/gcc-4.3.0~2140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d3f9198d2f9df8269eb921166acf689a8da0b94;p=thirdparty%2Fgcc.git longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', respectively. * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', respectively. From-SVN: r129169 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a6eda7b4d72..a2ed4830a585 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-10-09 Kazu Hirata + + * longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' + and '%}', respectively. + 2007-10-09 Kazu Hirata * config/m68k/m68k.c (print_operand): Handle '{' and '}'. diff --git a/gcc/longlong.h b/gcc/longlong.h index 8350fbc2b45c..59fdc5e77c6c 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -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