Is there a way to get the toolchain to output dependency information in the map file? For example, if I see a reference to a C runtime function that I don't think should be there and I want to know which object (and which function in that object) caused the linker to calculate that dependency, is there a way to extract that information?
Thanks!
--Miles