We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Unused functions are not allocated any memory space in ARM5 whereas ARM6 allocated memory for unused functions.How do we handle this ?
Hello,
Do you have an example of this - the linker behavior has not changed in this regard. --remove is the default.https://developer.arm.com/documentation/101754/0620/armlink-Reference/armlink-Command-line-Options/--remove----no-remove
Use the --info=unused linker option to display all removed objects:https://developer.arm.com/documentation/101754/0620/armlink-Reference/armlink-Command-line-Options/--info-topic--topic-----armlink-
Regards, Ronan