From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1414 invoked by alias); 30 Dec 2002 23:28:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1377 invoked from network); 30 Dec 2002 23:28:41 -0000 Received: from unknown (HELO mail.s.netic.de) (212.9.160.11) by 209.249.29.67 with SMTP; 30 Dec 2002 23:28:41 -0000 Received: from isdn047.s.netic.de ([212.9.162.47] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.10) id 18T9Gz-0005W7-00 for gdb@sources.redhat.com; Tue, 31 Dec 2002 00:24:42 +0100 Received: from schleim (localhost [127.0.0.1]) by schleim.qwe.de (Postfix) with ESMTP id 25F7DC9E for ; Tue, 31 Dec 2002 00:00:51 +0100 (CET) Content-Type: text/plain; charset="us-ascii" From: Torsten Mohr To: gdb Subject: patching gdb, adding files for certain combinations of host/target Date: Mon, 30 Dec 2002 15:28:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212310000.50719.tmohr@s.netic.de> X-SW-Source: 2002-12/txt/msg00339.txt.bz2 Hi everybody, at the moment i look at how to patch gdb and add certain files for special combinations of host/target. For example, i'd like to add some files if the host is a linux system and the target machine is an ARM machine. In gdb/config/arm there are several *.mt and *.mh files, it seems i can only add files for a target OR a host, right? How can i add files ONLY for a certain combination? Best regards, Torsten.