From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16444 invoked by alias); 17 Apr 2002 17:46:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16414 invoked by uid 71); 17 Apr 2002 17:46:02 -0000 Resent-Date: 17 Apr 2002 17:46:02 -0000 Resent-Message-ID: <20020417174602.16413.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, fmfkrauss@mindspring.com Received:(qmail 15300 invoked by uid 61); 17 Apr 2002 17:40:54 -0000 Message-Id:<20020417174054.15299.qmail@sources.redhat.com> Date: Wed, 17 Apr 2002 10:46:00 -0000 From: fmfkrauss@mindspring.com Reply-To: fmfkrauss@mindspring.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: preprocessor/6339: Problem with assembling the LDMXCSR instruction X-SW-Source: 2002-04/txt/msg00894.txt.bz2 List-Id: >Number: 6339 >Category: preprocessor >Synopsis: Problem with assembling the LDMXCSR instruction >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: rejects-legal >Submitter-Id: net >Arrival-Date: Wed Apr 17 10:46:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Frank Krauss >Release: gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) >Organization: >Environment: Hardware Pentium-4 P.C. Chipset - Intel 850 Ram - 256 Mb. Software Distribution - Caldera 2.3 Kernel - 2.4.18 Processor family - Pentium-4 Binutils - 2.11.2 GCC - egcs-2.91.66 AS - GNU assembler 2.11.2 >Description: Output of executing the following command:- gcc ldmxcsr.s ldmxcsr.s: Assembler messages: ldmxcsr.s:1: Error: no such 386 instruction: 'ldmxcsr' >How-To-Repeat: Data is a one line file called with the following line in it:- ldmxcsr -4(%ebp) >Fix: If you pass the same one line file through the AS program directly, it assembles fine. I had to assemble the program that used this instruction with the -S option to stop after the Assembler creation step. Then I had to pass the output throught the AS Assembler to create the output module. I then had to the Makefile to bypass assembling this program. >Release-Note: >Audit-Trail: >Unformatted: