When taking the address of a symbol, fix up the pointer type
commit822d3b1a222bdaa175bb65f4821c5f4df8c3f354
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 16:23:33 +0000 (22 08:23 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 16:23:33 +0000 (22 08:23 -0800)
tree22fe31bd67759e74f2541c89a63596bcaf6c4925
parent4c520e1ad243ed347dfc0e1f8c6e3dec19994f42
When taking the address of a symbol, fix up the pointer type

The "volatile" and "const"'ness of the symbol will become part of the
pointer type, but we don't want to keep around things like "pointer to
unsigned", so strip that part off.

This still keeps other attributes, like "pointer to 'static'". Useful?
Probably not. I'll have to think about it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c