From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16294 invoked by alias); 12 Aug 2013 21:19:04 -0000 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 Received: (qmail 16285 invoked by uid 89); 12 Aug 2013 21:19:04 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W autolearn=ham version=3.3.2 Received: from c62.cesmail.net (HELO c62.cesmail.net) (216.154.195.54) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 12 Aug 2013 21:19:03 +0000 Received: from unknown (HELO epsilon2) ([192.168.1.60]) by c62.cesmail.net with ESMTP; 12 Aug 2013 17:19:01 -0400 Received: from cust213-dsl91-135-11.idnet.net (cust213-dsl91-135-11.idnet.net [91.135.11.213]) by webmail.spamcop.net (Horde MIME library) with HTTP; Mon, 12 Aug 2013 17:19:01 -0400 Message-ID: <20130812171901.7mi3vkyoro40kwcc-nzlynne@webmail.spamcop.net> Date: Mon, 12 Aug 2013 21:19:00 -0000 From: Joern Rennecke To: Sergio Durigan Junior Cc: GDB Patches , Pedro Alves Subject: Re: [PATCH] Create avr-linux-tdep.c (add reintroduce gdbarch_gdb_signal_{to,from}_target for that target) References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) X-SW-Source: 2013-08/txt/msg00325.txt.bz2 Quoting Sergio Durigan Junior : > +avr-*-*linux*) > + # Target: AVR Linux > + gdb_target_obs="avr-tdep.o avr-linux-tdep.o linux-tdep.o" > + gdb_sim=../sim/avr/libsim.a > + ;; > + > avr-*-*) > # Target: AVR > gdb_target_obs="avr-tdep.o" > That is creating a new target. So are users using a linux host supposed to configure for this new target? But why does it look like it's the target that is running linux - there is no such thing for avr. Shouldn't we rather autoconf the host signals?