From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56794 invoked by alias); 16 Dec 2019 20:37:28 -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 56786 invoked by uid 89); 16 Dec 2019 20:37:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.3 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy= X-HELO: mail-ot1-f45.google.com Received: from mail-ot1-f45.google.com (HELO mail-ot1-f45.google.com) (209.85.210.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Dec 2019 20:37:25 +0000 Received: by mail-ot1-f45.google.com with SMTP id g18so10642818otj.13 for ; Mon, 16 Dec 2019 12:37:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+vV4fWa86XxoGjNym0yfRkdXtmay6b3sN106za2At8Y=; b=kSwkUdSnmySPxHo9bGoufvj0fdKvof4Tg78lV4QH5zTCY7PLWW7UDoyJNqC0YFfXi2 +wieynJrOBleaT8lfni5jkkcXwh8vxj901C30bF0uGBh2DcZBbFwc1Y93b6A0BvY9QjO 1RnAYw233j6yx2GWiIHv9ERVjIMf6csy4kSByP/b/CfaF5EyEbpPcLb9n83SA9VGURRY tbQ7M5T8VMZLFPrVSvNjd/DYbcxaBjNTKfszSLjPzbcbsOvMhKBesK/kxZh8JI10pd1A CskIeZdDDCEwrCVAJps1Oyk6g+01Fj4u74uPFf8X/dd1wMt3NTUWRF6LSLxeAPrtB8pi Dy6Q== MIME-Version: 1.0 References: <20191211214745.E1CF0838D4@joel.gnat.com> <83tv604239.fsf@gnu.org> <83o8w83wrc.fsf@gnu.org> <83mubs3uy1.fsf@gnu.org> In-Reply-To: <83mubs3uy1.fsf@gnu.org> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Mon, 16 Dec 2019 20:37:00 -0000 Message-ID: Subject: Re: GDB 9.0.90 available for testing To: Eli Zaretskii Cc: Pedro Alves , Joel Brobecker , gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00721.txt.bz2 On Mon, Dec 16, 2019 at 1:57 PM Eli Zaretskii wrote: > > > Cc: brobecker@adacore.com, gdb-patches@sourceware.org > > From: Pedro Alves > > Date: Mon, 16 Dec 2019 19:36:04 +0000 > > > > I don't think there's an upstream. I mean, I think libctf is maintained > > in the binutils-gdb repo. That it's more of a binutils project than > > a gdb project. See top level MAINTAINERS file: > > > > bfd/; binutils/; elfcpp/; gas/; gold/; gprof/; ld/; opcodes/; cpu/; > > libctf/; BFD's and libctf's parts of include/ > > > > binutils: http://sourceware.org/binutils/ > > Patches to binutils@sourceware.org. > > Please notify the following of any interface changes: > > gdb-patches@sourceware.org > > So whom do I pester about these problems? They were left uncommented > on Bugzilla since the beginning of November. > > Or do I just push the changes? Did you email the patches to binutils@sourceware.org yet? Christian