[PATCH] deal correctly with qualifiers on arrays
commit984b7b66457cd9fe534c771317f74b66141e76af
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Jul 2007 01:20:06 +0000 (12 21:20 -0400)
committerJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 19:16:53 +0000 (14 12:16 -0700)
treee11f6d3976925cc2a7a78dd7da3ca0f09aa3623f
parent2d709c36c9d0598fbd4ea39f6153a35162115994
[PATCH] deal correctly with qualifiers on arrays

* new helper: examine_pointer_target().  Examine target, find address_space
et.al.  If the target is SYM_NODE - merge it, etc.
* new helper: target_qualifiers().  Pointers to any array are considered
as pointers to unqualified type as far as implicit conversions are
concerned; handle that right.
* SYM_TYPEOF can be handled sanely now: don't copy the node, just convert
SYM_TYPEOF to SYM_NODE and examine that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
evaluate.c
symbol.c
symbol.h