selfrando
selfrando copied to clipboard
Add support for the ENTRY() command in linker scripts
TrapLinker currently takes the name of the program entry point from the value of the -e
linker argument, but the entry point can also be set by a linker script that contains the ENTRY()
command. We should recognize and parse this command.