]> Git Repo - linux.git/commitdiff
[PATCH] Add entry.S labels to tag file
authorAneesh Kumar K.V <[email protected]>
Tue, 17 Oct 2006 07:10:32 +0000 (00:10 -0700)
committerLinus Torvalds <[email protected]>
Tue, 17 Oct 2006 15:18:48 +0000 (08:18 -0700)
Add functions defined using ENTRY macro to the tags file.

Signed-off-by: Aneesh Kumar K.V <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Makefile

index 703d40a65e7e230b4d7d70b246ff93b1306ae85c..62a1343cf327c84e0afae0128b7d705c9330966b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1319,7 +1319,8 @@ define xtags
            $(all-sources) | xargs $1 -a \
                -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-kconfigs) | xargs $1 -a \
                --langdef=kconfig \
                --language-force=kconfig \
This page took 0.048807 seconds and 4 git commands to generate.