mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Aneesh Kumar <aneesh.kumar@gmail.com>
To: sam@ravnborg.org, linux-kernel@vger.kernel.org
Subject: Add entry.S labels to tag file.
Date: Thu, 19 Jan 2006 16:59:05 +0530	[thread overview]
Message-ID: <cc723f590601190329h5239c4dfnff23c07a5bbc384e@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

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>

[-- Attachment #2: Makefile.diff --]
[-- Type: text/plain, Size: 573 bytes --]

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
 

             reply	other threads:[~2006-01-19 11:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19 11:29 Aneesh Kumar [this message]
2006-01-19 16:29 ` Sam Ravnborg

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=cc723f590601190329h5239c4dfnff23c07a5bbc384e@mail.gmail.com \
    --to=aneesh.kumar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.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®