From owner-cvs-gnu Sat Mar 28 17:40:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12506 for cvs-gnu-outgoing; Sat, 28 Mar 1998 17:40:04 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12302; Sat, 28 Mar 1998 17:39:49 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA09406; Sat, 28 Mar 1998 17:38:40 -0800 (PST) Date: Sat, 28 Mar 1998 17:38:40 -0800 (PST) Message-Id: <199803290138.RAA09406@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/as/opcode i386.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/03/28 17:38:39 PST Modified files: gnu/usr.bin/as/opcode i386.h Log: Add support for the AT&T style "fildll" and "fistpll" mnemonics. These are equivalent to "fildq" and "fistpq" respectively. This fixes the bad floating point object code that resulted after recent changes in the compiler. Test driven by: "Mike Burgett" , Amancio Hasty Revision Changes Path 1.9 +3 -1 src/gnu/usr.bin/as/opcode/i386.h