From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30273 invoked by alias); 12 Sep 2014 00:33:00 -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 30263 invoked by uid 89); 12 Sep 2014 00:33:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f177.google.com Received: from mail-lb0-f177.google.com (HELO mail-lb0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 12 Sep 2014 00:32:59 +0000 Received: by mail-lb0-f177.google.com with SMTP id l4so10998325lbv.36 for ; Thu, 11 Sep 2014 17:32:56 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.21.42 with SMTP id s10mr4904421lae.61.1410481974890; Thu, 11 Sep 2014 17:32:54 -0700 (PDT) Received: by 10.25.145.80 with HTTP; Thu, 11 Sep 2014 17:32:54 -0700 (PDT) In-Reply-To: <20140912003052.GB4962@adacore.com> References: <20140911185249.GA13931@adacore.com> <20140912003052.GB4962@adacore.com> Date: Fri, 12 Sep 2014 00:33:00 -0000 Message-ID: Subject: Re: GDB dropping support for mips-irix and alpha-tru64 From: Andrew Pinski To: Joel Brobecker Cc: Joel Sherrill , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00044.txt.bz2 On Thu, Sep 11, 2014 at 5:30 PM, Joel Brobecker wrote: >> First I am not complaining but just have a couple of clarifying questions. >> >> + does this include binutils and/or GCC? > > No, this only is about the GDB part of the code. GCC support for IRIX was already removed a few years ago. Thanks, Andrew > >> + does this have the side-effect of impacting any embedded mips >> targets? I expect not. > > No. For MIPS, this should only affect native IRIX support. > > -- > Joel