This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] m68k: Fix uses of curly braces in the assembly output
- From: Ian Lance Taylor <iant at google dot com>
- To: Kazu Hirata <kazu at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, law at redhat dot com, schwab at suse dot de
- Date: 09 Oct 2007 08:43:36 -0700
- Subject: Re: [patch] m68k: Fix uses of curly braces in the assembly output
- References: <200710071911.l97JB5jL012424@sparrowhawk.codesourcery.com>
Kazu Hirata <kazu@codesourcery.com> writes:
> 2007-10-07 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.
This is OK.
Thanks.
Ian