
13 Dec
2012
13 Dec
'12
2:15 p.m.
2012/12/13 Tom Rini trini@ti.com:
Note that we don't use --gc-sections on all archs so I'm not sure we discard the unused VFAT functions on say ARM.
I tested it on at91sam9x5ek, and the vfat functions are not present in the System.map.
The problem is in my commit message: the linker doesn"t have anything to do with that because all discarded functions are static.
So I think it's ok on all archs (but maybe not with -O0)
Richard