Parse and ignore the __regparm__ attribute, just like regparm.
commit7200007ab7e920ae61ac39d6df65e9e6a19e4907
authorJosh Triplett <josh@freedesktop.org>
Fri, 20 Apr 2007 07:41:32 +0000 (20 00:41 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 20 Apr 2007 07:41:32 +0000 (20 00:41 -0700)
treeb87328fc0eb5b5b551a97178385dd8a833137cc5
parent686c20f12cf85e4bc6c2356fba31cd105b754aa1
Parse and ignore the __regparm__ attribute, just like regparm.

pthreads from glibc 2.5 uses __attribute__ ((__regparm__ (1)) on some
functions (indirectly through the macro __cleanup_fct_attribute).  Sparse
already parsed and ignored regparm, but not __regparm__.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
ident-list.h
parse.c