ignore attributes "externally_visible" and "signal"
commitf9a4402e19dbcaebe2e1d16909edeae45ffc0345
authorMichael Buesch <mb@bu3sch.de>
Thu, 26 Nov 2009 11:03:26 +0000 (26 11:03 +0000)
committerChristopher <sparse@chrisli.org>
Mon, 29 Mar 2010 00:51:36 +0000 (28 17:51 -0700)
tree34e0c486b87228fea07f4febd4d0d15a1926ba46
parentdb9ce95814d556141df003f2a5c0fa77bb78ede4
ignore attributes "externally_visible" and "signal"

This adds more ignored gcc-style attributes.

externally_visible is a standard gcc attribute.
signal is an AVR8 attribute used to define interrupt service routines.

Ignore these attributes, as they are currently not useful for sparse checking.

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