From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 38FFE3858D35 for ; Sun, 16 Jan 2022 09:44:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 38FFE3858D35 Received: by mail-wm1-x329.google.com with SMTP id p18so14329050wmg.4 for ; Sun, 16 Jan 2022 01:44:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=LF5wV8yRPzAtptUi466RHUzuDsz4p6Y+8uP8uvOh0MI=; b=6vXYZW33qYELX58guqPuIQvU2/WXetzW4A9FOGlWqOK3vOv/CthXahKNadSKrmswr4 WjSV9wSomJL3T/a9kPWzF+dk0S7Kr4Y7C6mU2iIRqbEmuho89PT8qi8IZhnyxvcHIHIj EWYb15sWWgjcyRRyNBSWU3dQXkV25EhBDgTgsIn3wIFAtjxpXVYZCXnLI1b6es/JACXt f3TtYdscoAmEx9oUYceU78a9jAGuy2zODz0peQTfjKlfQbTuv07xYlotI41Nb8T+blcd v5nJASKwvDRzmgsJSV8QdYTSGRX87u/0q2TXuMp3kNZOequkF2ghlRdlLkU5CZscuFvL qG6w== X-Gm-Message-State: AOAM533cYaF5LWKGTvugkTh7JBspdymYeKjXtmLLRIHhTiOaITKUD4N4 mlO2bgSCbADSCwCThdz4DqaP X-Google-Smtp-Source: ABdhPJzRiPo4X0pucExtgUZhuit/xqRVkvqbRwCzoooYFrbOuP6acH26Y+J1vVb0WWxDpRoBDn59kQ== X-Received: by 2002:a5d:6609:: with SMTP id n9mr15693410wru.524.1642326284371; Sun, 16 Jan 2022 01:44:44 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:81b7:77bd:9588:f82b]) by smtp.gmail.com with ESMTPSA id f16sm7998500wmg.48.2022.01.16.01.44.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jan 2022 01:44:43 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 235BFA84C2; Sun, 16 Jan 2022 13:44:41 +0400 (+04) Date: Sun, 16 Jan 2022 13:44:41 +0400 From: Joel Brobecker To: "H.J. Lu via Binutils" Cc: Simon Marchi , GDB , Fangrui Song , Joel Brobecker Subject: Re: [gdb-11-branch: Patch 0/3] Support SHT_RELR (.relr.dyn) section Message-ID: References: <20220109174504.1120244-1-hjl.tools@gmail.com> <5c2a1e87-b732-7d1d-f3c5-cf5b4cefa430@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2022 09:44:46 -0000 > > > Backport the following patches to add SHT_RELR (.relr.dyn) section support > > > to gdb-11-branch. > > > > > > OK for gdb-11-branch? [...] > I am checking them in. Just a heads up that, to backport changes to a GDB branch after the first release was done, we should create a GDB/PR and set the target milestone to the corresponding release. Otherwise, the announcement is going to miss the fact that this change was included in the release. If you see my email as I'm sending it, can you take care of this right away? Otherwise, I'll create one, but I cannot be as informative as you might be, and that's one of the main point of having those PRs. -- Joel