This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] i386: Fix PR target/29493 and PR target/29473 -masm=intel problems
On 10/29/07, Rask Ingemann Lambertsen <rask@sygehus.dk> wrote:
> > I think that in the short term, longlong.h issue should be fixed by
> > introducing asm dialects into the asm template.
>
> Here's the patch to do so. Apologies for the delay. Bootstrapped and
> tested on x86_64-unknown-linux-gnu with no regressions. Also bootstrapped on
> x86_64-unknown-linux-gnu with BOOT_CFLAGS='-O2 -g -masm=intel' and tested
> with no regressions.
>
> 2007-10-29 Rask Ingemann Lambertsen <rask@sygehus.dk>
>
> * longlong.h (add_ssaaaa): Support Intel asm syntax in i386 and
> x86_64 versions.
> (sub_ddmmss): Likewise.
> (umul_ppmm): Likewise.
> (udiv_qrnnd): Likewise.
This is OK for mainline.
Thanks,
Uros.