From owner-freebsd-current Sat Mar 28 13:16:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07752 for freebsd-current-outgoing; Sat, 28 Mar 1998 13:16:56 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07724 for ; Sat, 28 Mar 1998 13:16:49 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id NAA25646; Sat, 28 Mar 1998 13:15:49 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803282115.NAA25646@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: John Polstra cc: Mark Murray , current@FreeBSD.ORG Subject: Re: gcc in -current still broken In-reply-to: Your message of "Sat, 28 Mar 1998 09:30:54 PST." <199803281730.JAA09825@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Mar 1998 13:15:49 -0800 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I started a "make world" on my test box over here and will post later on today if the patch works or not. My test box or "crash me tenderly" box is a P133 with 32mb it takes about 3 hours to do a make world. Cheers, Amancio > > ZA is a bit far for the phone, but bounce the patch in my direction, > > and I'll add it to tomorrow's make world. ;-) > > Thanks! > > John > > Index: i386.h > =================================================================== > RCS file: /home/ncvs/src/gnu/usr.bin/as/opcode/i386.h,v > retrieving revision 1.8 > diff -u -r1.8 i386.h > --- i386.h 1997/07/15 07:56:53 1.8 > +++ i386.h 1998/03/26 13:15:44 > @@ -472,6 +472,7 @@ > {"fldl", 1, 0xdd, 0, Modrm, Mem, 0, 0}, /* %st0 <-- mem double */ > {"fldl", 1, 0xd9c0, _, ShortForm, FloatReg, 0, 0}, /* register */ > {"filds", 1, 0xdf, 0, Modrm, Mem, 0, 0}, /* %st0 <-- mem dword */ > +{"fildll", 1, 0xdf, 5, Modrm, Mem, 0, 0}, /* %st0 <-- mem qword */ > {"fildq", 1, 0xdf, 5, Modrm, Mem, 0, 0}, /* %st0 <-- mem qword */ > {"fldt", 1, 0xdb, 5, Modrm, Mem, 0, 0}, /* %st0 <-- mem efloat */ > {"fbld", 1, 0xdf, 4, Modrm, Mem, 0, 0}, /* %st0 <-- mem bcd */ > @@ -491,6 +492,7 @@ > {"fstpl", 1, 0xdd, 3, Modrm, Mem, 0, 0}, /* %st0 --> mem double */ > {"fstpl", 1, 0xddd8, _, ShortForm, FloatReg, 0, 0}, /* register */ > {"fistps", 1, 0xdf, 3, Modrm, Mem, 0, 0}, /* %st0 --> mem dword */ > +{"fistpll", 1, 0xdf, 7, Modrm, Mem, 0, 0}, /* %st0 --> mem qword */ > {"fistpq", 1, 0xdf, 7, Modrm, Mem, 0, 0}, /* %st0 --> mem qword */ > {"fstpt", 1, 0xdb, 7, Modrm, Mem, 0, 0}, /* %st0 --> mem efloat */ > {"fbstp", 1, 0xdf, 6, Modrm, Mem, 0, 0}, /* %st0 --> mem bcd */ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message