diff mbox

Ignore the ms_abi/sysv_abi attributes.

Message ID 20090930201850.GA32461@redhat.com (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Michael Stefaniuc Sept. 30, 2009, 8:18 p.m. UTC
None
diff mbox

Patch

diff --git a/parse.c b/parse.c
index 34fa562..fa3b45e 100644
--- a/parse.c
+++ b/parse.c
@@ -508,6 +508,8 @@  const char *ignored_attributes[] = {
 	"__malloc__",
 	"model",
 	"__model__",
+	"ms_abi",
+	"__ms_abi__",
 	"no_instrument_function",
 	"__no_instrument_function__",
 	"noinline",
@@ -530,6 +532,8 @@  const char *ignored_attributes[] = {
 	"__stdcall__",
 	"syscall_linkage",
 	"__syscall_linkage__",
+	"sysv_abi",
+	"__sysv_abi__",
 	"unused",
 	"__unused__",
 	"used",