]> git.ipfire.org Git - thirdparty/gcc.git/commit
revert: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}'...
authorKazu Hirata <kazu@codesourcery.com>
Wed, 10 Oct 2007 11:58:22 +0000 (11:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 10 Oct 2007 11:58:22 +0000 (11:58 +0000)
commit4b3d1177d8280fd5be57acdd738688c4e9b0f2ea
tree60bebc454acb2a2d6dec2b0dca8d075d480c3da0
parent05223046d5ea16a6a21a0324fbd369a43db9ee8b
revert: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', respectively.

Revert:
2007-10-09  Kazu Hirata  <kazu@codesourcery.com>
* longlong.h (count_leading_zeros): Replace '{' and '}' with '%{'
and '%}', respectively.

Revert:
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 '}'.
* config/m68k/m68k.md: Replace '{' with '%{' where '{' is
meant to be output.

Revert:
2007-10-07  Kazu Hirata  <kazu@codesourcery.com>
* config/m68k/m68k.c, config/m68k/m68k.md: Use the assembly
syntax for ASSEMBLER_DIALECT.
* config/m68k/m68k.h (ASSEMBLER_DIALECT): New.

From-SVN: r129202
gcc/ChangeLog
gcc/config/m68k/m68k.c
gcc/config/m68k/m68k.h
gcc/config/m68k/m68k.md
gcc/longlong.h