From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30542 invoked by alias); 9 Oct 2008 02:12:49 -0000 Received: (qmail 30177 invoked by uid 48); 9 Oct 2008 02:11:28 -0000 Date: Thu, 09 Oct 2008 02:12:00 -0000 Message-ID: <20081009021128.30176.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/37777] error: 'ASM_SHORT' undeclared (first use in this function) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00609.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-09 02:11 ------- Did you change config.gcc ? It contains the following line: tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h" Which means i386/att.h should be included and therefor define ASM_SHORT. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37777