From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE7EBC433F5 for ; Wed, 16 Feb 2022 12:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233209AbiBPMa1 (ORCPT ); Wed, 16 Feb 2022 07:30:27 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbiBPMaZ (ORCPT ); Wed, 16 Feb 2022 07:30:25 -0500 X-Greylist: delayed 111607 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 16 Feb 2022 04:30:12 PST Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00C932A39F8 for ; Wed, 16 Feb 2022 04:30:12 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4JzHNL4Hw3z4xdL; Wed, 16 Feb 2022 23:30:10 +1100 (AEDT) From: Michael Ellerman To: Benjamin Herrenschmidt , Christophe Leroy , Michael Ellerman , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, kernel test robot , linux-kernel@vger.kernel.org In-Reply-To: <68932ec2ba6b868d35006b96e90f0890f3da3c05.1638273868.git.christophe.leroy@csgroup.eu> References: <68932ec2ba6b868d35006b96e90f0890f3da3c05.1638273868.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH 1/2] powerpc/32: Remove remaining .stabs annotations Message-Id: <164501434587.521186.16713102586513485319.b4-ty@ellerman.id.au> Date: Wed, 16 Feb 2022 23:25:45 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Nov 2021 13:04:49 +0100, Christophe Leroy wrote: > STABS debug format has been superseded long time ago by DWARF. > > Remove the few remaining .stabs annotations from old 32 bits code. > > Applied to powerpc/next. [1/2] powerpc/32: Remove remaining .stabs annotations https://git.kernel.org/powerpc/c/12318163737cd8808d13faa6e2393774191a6182 [2/2] powerpc/32: Remove _ENTRY() macro https://git.kernel.org/powerpc/c/27e21e8f128a56d3462f0fe2fd3a59c02cc002b1 cheers