Search notes:

GCC linker: options

With gcc, linker specific options can be passed to the linker with gcc -Wl,-option.
ld --add-stdcall-alias
ld --kill-at
ld --entry or ld -e specifies the binary's *entry point (for example ld -start) (see also entry point[entry point of a Windows executable).

Index