The linker for the MCore toolset is elxr for ELF.
The MCore linker takes one or more object modules and combines them into a single executable output module. The relocation section of each given module "resolves" its external text and data references with the module(s) containing the required text and data. See Chapter 13, The ELXR Linker, for more information.