Fix scoping of extern symbols in block scope
commit748b856ed3e7b63faed20ed6f64dfb12371e3cf3
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Apr 2014 17:20:34 +0000 (1 10:20 -0700)
committerChristopher Li <sparse@chrisli.org>
Sat, 2 Aug 2014 08:22:18 +0000 (2 01:22 -0700)
treea66bab34c5b6662308d55755bfa4726f5d1d29a2
parent09e7a493cf3d92a6ccd7611b69bd41cb5727f765
Fix scoping of extern symbols in block scope

We'd only match them with other symbols marked 'extern', but really, we
should match them with any top-level non-static symbol.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
symbol.c