lkml.org 
[lkml]   [2006]   [Jan]   [19]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 19 Jan 2006 13:01:15 +0800
FromZhang Le <>
Subject[PATCH] add ENTRY() declared label in .S files to tags
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tags file generated by new Makefile may allow you to search labels like:
"swapper_pg_dir", "empty_zero_page" and so on

Signed-off-by: Zhang Le <robert@thizgroup.com>

- --- linux-2.6.16-rc1-mm1/Makefile.orig  2006-01-19 12:41:42.000000000
+0800
+++ linux-2.6.16-rc1-mm1/Makefile   2006-01-19 12:55:02.000000000 +0800
@@ -1273,7 +1273,8 @@ 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

- --
Zhang Le, Robert
Linux Engineer/Trainer
Institute of Thiz Technology Limited
Address: Unit 1004, 10/F, Tower B,
Hunghom Commercial Centre, 37 Ma Tau Wai Road,
To Kwa Wan, Kowloon, Hong Kong
Telephone: (852) 2735 2725
Mobile:(852) 9845 4336
Fax: (852) 2111 0702
URL: http://www.thizgroup.com
Public key: gpg --keyserver pgp.mit.edu --recv-keys 1E4E2973

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFDzx0bvFHICB5OKXMRAu5jAJ0RsbxWe63tvXroMg5phIfjO+c1tQCfex5U
OwA0WlIUNesUULx+QPc5/Mg=
=QtuW
-----END PGP SIGNATURE-----
-
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/

\
 
 \ /
  Last update: 2006-01-19 06:05    [from the cache]
©2003-2008