From: Sam Ravnborg <sam@ravnborg.org>
To: Aneesh Kumar <aneesh.kumar@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Add entry.S labels to tag file.
Date: Thu, 19 Jan 2006 17:29:58 +0100 [thread overview]
Message-ID: <20060119162958.GA12486@mars.ravnborg.org> (raw)
In-Reply-To: <cc723f590601190329h5239c4dfnff23c07a5bbc384e@mail.gmail.com>
On Thu, Jan 19, 2006 at 04:59:05PM +0530, Aneesh Kumar wrote:
> The below patch add functions defined using ENTRY macro to the tag
> file generated
> using ctags.
>
> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
> diff --git a/Makefile b/Makefile
> index 252a659..8f0cc11 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1272,7 +1272,7 @@ define cmd_tags
> CTAGSF=`ctags --version | grep -i exuberant >/dev/null && \
> echo "-I __initdata,__exitdata,__acquires,__releases \
> -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
> - --extra=+f --c-kinds=+px"`; \
> + --extra=+f --c-kinds=+px --regex-asm=/ENTRY\(([^)]*)\).*/\1/"`; \
> $(all-sources) | xargs ctags $$CTAGSF -a
> endef
Fixed line length and applied.
Was this not relevant for etags?
Sam
prev parent reply other threads:[~2006-01-19 16:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-19 11:29 Aneesh Kumar
2006-01-19 16:29 ` Sam Ravnborg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060119162958.GA12486@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=aneesh.kumar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®