From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3877 invoked by alias); 13 Mar 2004 00:39:32 -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 3864 invoked from network); 13 Mar 2004 00:39:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Mar 2004 00:39:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2D0dV07024839 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2D0dV801022 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2D0dVE3003767 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2D0dPcG030279 for ; Fri, 12 Mar 2004 17:39:25 -0700 Date: Sat, 13 Mar 2004 00:39:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add support for FR-V FDPIC executables Message-Id: <20040312173925.3a76147b@saguaro> In-Reply-To: <20040312172328.6ab39b1f@saguaro> References: <20040312172328.6ab39b1f@saguaro> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00293.txt On Fri, 12 Mar 2004 17:23:28 -0700 Kevin Buettner wrote: > $(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h) > + $(elf_bfd_h) $(elf_frv_h) $(osabi_h) $(frv_tdep_h) Oops, typo -- missing \ after $(symtab_h). Fixed. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3877 invoked by alias); 13 Mar 2004 00:39:32 -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 3864 invoked from network); 13 Mar 2004 00:39:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Mar 2004 00:39:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2D0dV07024839 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2D0dV801022 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2D0dVE3003767 for ; Fri, 12 Mar 2004 19:39:31 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2D0dPcG030279 for ; Fri, 12 Mar 2004 17:39:25 -0700 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add support for FR-V FDPIC executables Message-ID: <20040312173925.3a76147b@saguaro> In-Reply-To: <20040312172328.6ab39b1f@saguaro> References: <20040312172328.6ab39b1f@saguaro> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00293.txt.bz2 Message-ID: <20040319000900.Bn23MDrfFICzpLNyvlc92VbfexAM5blFPRiZE1S4egM@z> On Fri, 12 Mar 2004 17:23:28 -0700 Kevin Buettner wrote: > $(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h) > + $(elf_bfd_h) $(elf_frv_h) $(osabi_h) $(frv_tdep_h) Oops, typo -- missing \ after $(symtab_h). Fixed. Kevin