From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1836 invoked by alias); 16 May 2002 14:01:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1772 invoked from network); 16 May 2002 14:01:50 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 16 May 2002 14:01:50 -0000 Received: by fw-cam.cambridge.arm.com; id PAA22211; Thu, 16 May 2002 15:01:48 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma022073; Thu, 16 May 02 15:01:37 +0100 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [172.16.1.91]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id PAA25297; Thu, 16 May 2002 15:01:37 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id PAA28354; Thu, 16 May 2002 15:01:37 +0100 (BST) Message-Id: <200205161401.PAA28354@cam-mail2.cambridge.arm.com> To: Andrew Cagney cc: Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [patch] arm-netbsd clean up native include file. In-reply-to: Your message of "Wed, 15 May 2002 18:40:56 BST." <200205151740.SAA16546@cam-mail2.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 May 2002 07:01:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-05/txt/msg00644.txt.bz2 > True. GDB tends to play this game: > > > > config/i386/nm-nbsd.h:#include "config/nm-nbsd.h" > > config/i386/tm-nbsd.h:#include "config/tm-nbsd.h" > > config/sparc/nm-nbsd.h:#include "config/nm-nbsd.h" > > > > So the question of <> behavour is avoided. > > > > True. I'll change it. I've fixed the above. Maybe you could think of a way of ARI-ing the others. R. > > BTW > > for i in `find . -name \*.h -print` > do > base=`basename $i` > fgrep \"$base\" $i /dev/null |grep include > done > > ./alpha/nm-linux.h:#include "nm-linux.h" > ./arm/nm-linux.h:#include "nm-linux.h" > ... >