From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6939 invoked by alias); 16 Jun 2012 05:09:51 -0000 Received: (qmail 6926 invoked by uid 22791); 16 Jun 2012 05:09:49 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from anubis.se.axis.com (HELO anubis.se.axis.com) (195.60.68.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Jun 2012 05:09:32 +0000 Received: from localhost (localhost [127.0.0.1]) by anubis.se.axis.com (Postfix) with ESMTP id EFE9C19E53; Sat, 16 Jun 2012 07:09:29 +0200 (CEST) Received: from anubis.se.axis.com ([127.0.0.1]) by localhost (anubis.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5rveJ6mE321a; Sat, 16 Jun 2012 07:09:29 +0200 (CEST) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by anubis.se.axis.com (Postfix) with ESMTP id 41FC819E04; Sat, 16 Jun 2012 07:09:29 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 177A03E159; Sat, 16 Jun 2012 07:09:29 +0200 (CEST) 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 q5G59Smt004953; Sat, 16 Jun 2012 07:09:28 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id q5G59RJX004949; Sat, 16 Jun 2012 07:09:27 +0200 Date: Sat, 16 Jun 2012 05:09:00 -0000 Message-Id: <201206160509.q5G59RJX004949@ignucius.se.axis.com> From: Hans-Peter Nilsson To: vapier@gentoo.org CC: gdb-patches@sourceware.org, palves@redhat.com, brobecker@adacore.com In-reply-to: <201206160055.51737.vapier@gentoo.org> (message from Mike Frysinger on Sat, 16 Jun 2012 06:55:49 +0200) Subject: Re: build error for mn10300-elf sim with your recent commit MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00536.txt.bz2 > From: Mike Frysinger > Date: Sat, 16 Jun 2012 06:55:49 +0200 > i vote for deleting all sysdep.h inclusions where the port doesn't have a > local sysdep.h. Sounds right, except that in some cases (like for cris-desc.c) it's the (CGEN) generator templates files that need fixing. brgds, H-P