From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56924 invoked by alias); 7 Nov 2016 21:18:36 -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 56906 invoked by uid 89); 7 Nov 2016 21:18:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=apr, Apr, Hx-languages-length:1139 X-HELO: mail-wm0-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Nov 2016 21:18:25 +0000 Received: by mail-wm0-f43.google.com with SMTP id p190so208978988wmp.1 for ; Mon, 07 Nov 2016 13:18:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=06ImhXit5iJWInw6T57+ZED1TaL6XO9aiV+CLRPcWCY=; b=MLDtsaKDMJ4qj4+DG61hxRNDWAqmsht9M22rmWxOhIVyfFzbA+0mt95LTPTbXSZ7Hd kKMIIB/7R2ZukauBPlBe9L5ryZknmg+WqZi+qcn84dfQe3/2L2AkfRdLtt1REPS6yFVO muXg+kYI0p6tXPu4oppJ7Wrxdh+3009chT+xstEtM+Ququ9mox4znreGQLNtJandoDhz CxheIKncSXHPULeyV+RyfE+RBTCVES8jwoTQ5E8HFJ6TxHnR6/bokLDGSplY6jDho9M8 yhF8+e4A6awAioBAZy253lwjyT8hm37VDtz22t8oRv5Uuot/rnAwMIxviZheHRniBHPI 9olQ== X-Gm-Message-State: ABUngvcdEEHDGXXu6q67dVHSi+eXsDlE3kvx91viwKVN9S9PnBS6gGg18LKER2578O9nfa1qcFerbR5TI0xSZ7iO X-Received: by 10.28.129.81 with SMTP id c78mr8560500wmd.94.1478553503113; Mon, 07 Nov 2016 13:18:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.152.70 with HTTP; Mon, 7 Nov 2016 13:17:42 -0800 (PST) In-Reply-To: <87296F42-C36A-408C-827E-BD00C03A8744@oarcorp.com> References: <94eb2c039f6ec8c1af05405a01fa@google.com> <87296F42-C36A-408C-827E-BD00C03A8744@oarcorp.com> From: Doug Evans Date: Mon, 07 Nov 2016 21:18:00 -0000 Message-ID: Subject: Re: [PATCH] configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o. To: Joel Sherrill Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00141.txt.bz2 On Wed, Nov 2, 2016 at 4:56 PM, Joel Sherrill wrote: > Please fix it as you see fit. > > You probably remember that all RTEMS targets for gdb and binutils are the same as the elf ones. No intention of adding an OS dependency. > > --joel > > On November 2, 2016 6:43:24 PM CDT, Doug Evans wrote: >>Hi. >> >>This is just a cleanup. >>I suppose there's the possibility of someone using x86_64-elf with bsd >>but anything-elf is not supposed to have os-specific stuff like this. >> >>Any objections? >> >>For reference sake, it was added here. >>I have no opinion on what to do for rtems so I kept things as is there. >>Maybe when this was added it was just easier to lot x86_64-rtems >>together >>with x86_64-elf? >>I couldn't find an email thread, but just likely missed it. >> >>commit f73dbb0e48ef50d2743fed89b68530b731329f05 >>Author: Joel Sherrill >>Date: Fri Apr 3 19:08:27 2015 -0500 >> >> Add x86_64-*-rtems* target >> >> ld/configure.tgt: Also add stanza for x86_64-*-elf. Committed, thanks.