This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] define INT_ASM_OP in config/i386/i386-aout.h
- To: Michael Elizabeth Chastain <chastain at cygnus dot com>
- Subject: Re: [PATCH] define INT_ASM_OP in config/i386/i386-aout.h
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 17 Oct 2000 20:23:59 -0600
- cc: gcc-patches at gcc dot gnu dot org, rth at cygnus dot com
- Reply-To: law at cygnus dot com
In message <200009261923.MAA15336@train2.cygnus.com>you write:
> The following patch fixes a problem with i386-pc-aout and other
> i386-*-aout triples. It turns out that config/i386/i386.c uses INT_ASM_OP
> no matter what the target format is, so all i386 formats need to define
> INT_ASM_OP.
>
> Richard Henderson has already reviewed this patch (on Aug 25 2000)
> and wrote "This is fine."
>
> Michael Chastain
> <chastain@redhat.com>
>
> ===
>
> ChangeLog entry:
>
> 2000-09-26 Michael Chastain <chastain@redhat.com>
>
> * config/i386/i386-aout.h: define INT_ASM_OP.
Installed after fixing the definition to include surrounding whitespace
per recent changes in the semantics of the *_ASM_OP macros.
Thanks,
jeff