From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109561 invoked by alias); 16 Oct 2018 16:39:13 -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 109551 invoked by uid 89); 16 Oct 2018 16:39:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:592 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 Oct 2018 16:39:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E7F61560B6; Tue, 16 Oct 2018 12:39:09 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id z3Fe-qUqhyV2; Tue, 16 Oct 2018 12:39:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B527A560B5; Tue, 16 Oct 2018 12:39:09 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E9669889F1; Tue, 16 Oct 2018 09:39:07 -0700 (PDT) Date: Tue, 16 Oct 2018 16:39:00 -0000 From: Joel Brobecker To: Rainer Orth Cc: gdb@sourceware.org Subject: Re: Obsoleting Solaris 10 support Message-ID: <20181016163907.GF17534@adacore.com> References: <20181016142024.GD17534@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-10/txt/msg00030.txt.bz2 > this would argue for an obsoletion in the GDB 8.4 timeframe, roughly at > the same time GCC itself does. Issues I'm facing with Solaris 10 right > now (apart from the S10-only build breakages) are having to deal with > different syscall numbers while working on an xml syscall table for > Solaris and catch syscall support, as well as differences in corefile > contents. I suspect there will be more as time goes on. Sound good. Feel free to step in and make suggestions if you have new info that makes you think we should stop support earlier. -- Joel