From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6897 invoked by alias); 2 Mar 2011 17:22:17 -0000 Received: (qmail 6887 invoked by uid 22791); 2 Mar 2011 17:22:16 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 17:22:09 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 3398911E52; Wed, 2 Mar 2011 18:22:07 +0100 (CET) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4oO3jDJz9DZR; Wed, 2 Mar 2011 18:22:06 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by ra.se.axis.com (Postfix) with ESMTP id 987D311E4A; Wed, 2 Mar 2011 18:22:06 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id 8E9463418D; Wed, 2 Mar 2011 18:22:06 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id p22HM6F6028197; Wed, 2 Mar 2011 18:22:06 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id p22HM6vr028193; Wed, 2 Mar 2011 18:22:06 +0100 Date: Wed, 02 Mar 2011 17:22:00 -0000 Message-Id: <201103021722.p22HM6vr028193@ignucius.se.axis.com> From: Hans-Peter Nilsson To: ktietz70@googlemail.com CC: hp@axis.com, binutils@sourceware.org In-reply-to: (message from Kai Tietz on Wed, 2 Mar 2011 16:59:20 +0100) Subject: Re: [patch binutils gas]: Let binutils understand DOS-paths (2 of 4) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00026.txt.bz2 > Date: Wed, 2 Mar 2011 16:59:20 +0100 > From: Kai Tietz > Thanks for reporting. Yes, indeed in ecoff.c is the include for > filenames.h missing. I am curious that I didn't saw this by building > for --enable-targets=all. Because --enable-targets=all doesn't build all targets; it's major use is to just enables *bfd* backends for all targets. It affects gas only regarding subtargets, not the way you think. Please ignore --enable-targets=all completely. > > ChangeLog > > * ecoff.c: Add filenames.h include. > > Could you please the attached patch. Thanks in advance. Ok to apply if > problem is solved? Please try testing it yourself: "configure --target=mips-elf && make all && make -k check". It should build and having no additional testsuite errors before and after your patch. brgds, H-P