This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] define INT_ASM_OP in config/i386/i386-aout.h



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]