linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Ignore the ms_hook_prologue attribute.
@ 2011-08-21 22:28 Michael Stefaniuc
  2011-08-23 21:23 ` Christopher Li
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Stefaniuc @ 2011-08-21 22:28 UTC (permalink / raw)
  To: linux-sparse


Signed-off-by: Michael Stefaniuc <mstefani@redhat.com>
---
 parse.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/parse.c b/parse.c
index 082c2c4..5435f6d 100644
--- a/parse.c
+++ b/parse.c
@@ -533,6 +533,8 @@ const char *ignored_attributes[] = {
 	"__model__",
 	"ms_abi",
 	"__ms_abi__",
+	"ms_hook_prologue",
+	"__ms_hook_prologue__",
 	"naked",
 	"__naked__",
 	"no_instrument_function",
-- 
1.7.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-23 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 22:28 [PATCH] Ignore the ms_hook_prologue attribute Michael Stefaniuc
2011-08-23 21:23 ` Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).