From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122023 invoked by alias); 30 Mar 2015 19:15:26 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 122007 invoked by uid 89); 30 Mar 2015 19:15:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: OARmail.OARCORP.com Received: from oarmail.oarcorp.com (HELO OARmail.OARCORP.com) (67.63.146.244) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Mar 2015 19:15:25 +0000 Received: from [192.168.0.8] (24.96.88.41) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.3.342.0; Mon, 30 Mar 2015 14:15:20 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <20150330163952.GE12083@adacore.com> References: <55171834.40509@oarcorp.com> <20150330163952.GE12083@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Subject: Re: x86_64-elf gdb From: Joel Sherrill Date: Mon, 30 Mar 2015 19:15:00 -0000 To: Joel Brobecker CC: "gdb@sourceware.org" Message-ID: <5B7C7627-4AA7-4276-B2EB-A9E5C170CBAA@oarcorp.com> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00116.txt.bz2 On March 30, 2015 11:39:52 AM CDT, Joel Brobecker wrote: >> I was looking at getting the x86_64-elf tools up as baseline for >> getting them up for RTEMS. There isn't a gdb target for this now >> in gdb/configure.tgt. This appeared to be the minimal set of files >> to add for the -elf and -rtems configuration: >> >> x86_64-*-elf* | x86_64-*-rtems*) >> gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o >i386bsd-tdep.o" >> ;; >> >> It wouldn't build gdb for x86_64-elf before and at least now, it does >build. > >That's where I would start... It built for me. But I don't have any way to test it. Is that enough to submit a patch for the elf stanza addition? --joel