diff mbox

Ignore "naked" attribute

Message ID 200911292359.13785.mb@bu3sch.de (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Michael Buesch Nov. 29, 2009, 10:59 p.m. UTC
None
diff mbox

Patch

--- sparse-dev.orig/parse.c
+++ sparse-dev/parse.c
@@ -521,6 +521,8 @@  const char *ignored_attributes[] = {
 	"__model__",
 	"ms_abi",
 	"__ms_abi__",
+	"naked",
+	"__naked__",
 	"no_instrument_function",
 	"__no_instrument_function__",
 	"noinline",