This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/7] rs6000: Fix PR54142
On Wed, Aug 15, 2012 at 6:29 PM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> This fixes PR54142, a problem I exposed when I made -mno-power the
> default.
>
> 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
>
> gcc/
> PR54142
> * config/rs6000/driver-rs6000.c (asm_names): Use %(asm_default)
> instead of -mcom.
> * config/rs6000/rs6000.h (ASM_CPU_SPEC): Ditto.
This patch is okay.
Thanks, David