Ignore "naked" attribute
commitb44806626df56ebf4948a4597284935f8a10153e
authorMichael Buesch <mb@bu3sch.de>
Sun, 29 Nov 2009 22:59:12 +0000 (29 22:59 +0000)
committerChristopher <sparse@chrisli.org>
Mon, 29 Mar 2010 00:51:36 +0000 (28 17:51 -0700)
tree834a89658159e4fdcfbd283f3f41ec9a02161321
parentf9a4402e19dbcaebe2e1d16909edeae45ffc0345
Ignore "naked" attribute

The GCC "naked" attribute is used on certain architectures to generate
functions without a prologue/epilogue.

Ignore it in sparse.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c