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