From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60422 invoked by alias); 20 Feb 2020 22:08:41 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 60402 invoked by uid 89); 20 Feb 2020 22:08:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:727, HContent-Transfer-Encoding:8bit X-HELO: blatinox.fr Received: from blatinox.fr (HELO blatinox.fr) (51.254.120.209) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 22:08:38 +0000 Received: by blatinox.fr (Postfix, from userid 1001) id 9454B1C1F6; Thu, 20 Feb 2020 23:08:35 +0100 (CET) Date: Thu, 20 Feb 2020 22:08:00 -0000 From: =?iso-8859-1?B?Suly6W15?= Lefaure To: gcc-patches@gcc.gnu.org Subject: [PING^2][PATCH] Fix documentation of -mpoke-function-name ARM option Message-ID: <20200220220835.sjyqqzcyqtjborh2@blatinox.fr> References: <20191215182025.hrpiacipoc6bxfpk@blatinox.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191215182025.hrpiacipoc6bxfpk@blatinox.fr> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2020-02/txt/msg01182.txt.bz2 Hello, Ping for https://gcc.gnu.org/ml/gcc-patches/2019-12/msg01081.html. Thank you, Jérémy On Sun, Dec 15, 2019 at 07:20:26PM +0100, Jérémy Lefaure wrote: > Hi! > > Since in ARM state the value of PC is the address of the current > instruction plus 8 bytes, the code inspecting the value of PC stored at > FP + 0 should look at location PC - 16 : PC - 8 points to the stmfd > instruction, PC - 16 points two words before, where the top 8 bits are > set. > > gcc/ > 2019-12-14 Jérémy Lefaure > > * config/arm/arm.c (-mpoke-function-name): Fix documentation in comment. > * doc/invoke.texi (-mpoke-function-name): Fix documentation. >