From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id CD1A83857C74; Tue, 17 Aug 2021 17:57:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CD1A83857C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: JlzZv/41+rybxCgojpl7FeahfFW6EGP57nO9eWx1a7uqB8otwiBeZUZspTgPlb4Arxjgtn9c68 ebTd0Zn0tfGhxFPFXvLnRpbhiUYwEhS7AgcbhcRcvLM14z1DB/5ILcvgei7zpB2mZbzQ1QJ5nY LmMzESXyFEldgFzjI9Y7RlwOeAk3GQL17FJw62ICsJKiSfh5sM8u3r4iTlDbmxiPoTnRjdP9Xi rmsz27cZWhY7vS/u5iUFG5nz3Et2I+1FkadwKzz/bUtwBbWlJTXrVSDxOtKusuk6ukXTbTZEMl K6cX3nLA+tLWSo2HYDi81Kqf X-IronPort-AV: E=Sophos;i="5.84,329,1620720000"; d="scan'208";a="67289316" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 17 Aug 2021 09:57:18 -0800 IronPort-SDR: 9rEZnTxyD9BMZVLCaUkPfeNAB4lqMK0ppxZIHsTky4NehMU+8r5dK7pZG0ntYb98y1WLtB3zKo WlVVNcJ2WS6TVKZJc4AI4ExJYFbYmw0U3ZS11sbqSCKUkKpYIIh0MSUmvD6P4UiCjfaWGUZwx1 NyjfWObZG0IneHEYzK1V4x4do9hnX6s1l05KOP9uP/D5bzwFBmKwgbNT341pY5ShQhrnHrLIYX qnripnFc6dFEBBCW4LqD/KleOzjLPxrSjs6mm4erVdGucLwmLEcTapdMpiATVYMGB4cKbDop3S STA= Date: Tue, 17 Aug 2021 17:57:12 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: "H.J. Lu" CC: , , Daniel Walker Subject: Re: [PATCH v2 0/2] Extend struct r_debug to support multiple namespaces In-Reply-To: <20210817010629.593479-1-hjl.tools@gmail.com> Message-ID: References: <20210817010629.593479-1-hjl.tools@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3119.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2021 17:57:29 -0000 On Mon, 16 Aug 2021, H.J. Lu via Gdb wrote: > 1. Bump r_version to 2. This triggers the GDB bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=28236 This seems like it needs a NEWS entry under "Deprecated and removed features, and other changes affecting compatibility" if it results in a user-visible problem using older GDB with newer glibc (that bug report doesn't say what the actual user-visible symptoms are, if any). (The new feature should probably have a NEWS entry under "Major new features" in any case.) -- Joseph S. Myers joseph@codesourcery.com