Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbWAWMal (ORCPT ); Mon, 23 Jan 2006 07:30:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751411AbWAWMal (ORCPT ); Mon, 23 Jan 2006 07:30:41 -0500 Received: from mipsfw.mips-uk.com ([194.74.144.146]:47382 "EHLO bacchus.net.dhis.org") by vger.kernel.org with ESMTP id S1751320AbWAWMak (ORCPT ); Mon, 23 Jan 2006 07:30:40 -0500 Date: Sat, 21 Jan 2006 12:02:28 +0000 From: Ralf Baechle To: Peter Chubb Cc: linux-kernel@vger.kernel.org, Sam Ravnborg , linux-mips@linux-mips.org Subject: Re: Include assembly entry points in TAGS Message-ID: <20060121120228.GC3456@linux-mips.org> References: <17360.8073.622104.500429@berry.gelato.unsw.EDU.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17360.8073.622104.500429@berry.gelato.unsw.EDU.AU> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 748 Lines: 18 On Fri, Jan 20, 2006 at 10:23:53AM +1100, Peter Chubb wrote: > As it stands, etags doesn't find labels in the IA64 or i386 assembler source > code, because they're disguised inside a preprocessor macro. > > I propose the attached fix, which adds a regular expression to enable > labels disguised by ENTRY() and GLOBAL_ENTRY() macros. > > There's a similar problem for MIPS, which needs to match LEAF(entrypoint) There's also NESTED. I don't use etags, so I won't try to cook a patch. Ralf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/