From PR28926 description:
Symbol version information can be provided via the --version-script command line option, or can be embedded into a VERSION block in a linker script:
VERSION { version-script-commands }
FreeBSD uses this for the Linux ABI vDSO support, presumably from the same use in the Linux kernel.
Reference: https://www.sourceware.org/binutils/docs/ld/VERSION.html#VERSION
Patch implements this feature.
Don't check this error inside this function. Instead, check this error outside of this function. IsCommand should be removed.