From: Michael Stefaniuc <mstefani@redhat.com>
To: linux-sparse@vger.kernel.org
Subject: [PATCH] Ignore the ms_hook_prologue attribute.
Date: Mon, 22 Aug 2011 00:28:45 +0200 [thread overview]
Message-ID: <20110821222845.GA20646@redhat.com> (raw)
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
next reply other threads:[~2011-08-21 22:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 22:28 Michael Stefaniuc [this message]
2011-08-23 21:23 ` [PATCH] Ignore the ms_hook_prologue attribute Christopher Li
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=20110821222845.GA20646@redhat.com \
--to=mstefani@redhat.com \
--cc=linux-sparse@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.