ld Default Entry Point

Today’s @risc_v Tip:

If using ld as your linker, a global symbol defined as start will take precedence over earlier symbols in your .text section for program entry point when explicit ENTRY is not defined in your script or via -e flag on the command line.

21-12-23

Original Tweet