K 10 svn:author V 3 dim K 8 svn:date V 27 2021-09-15T10:33:40.723351Z K 7 svn:log V 566 i386 loaders: avoid lld 13 garbage collecting linker sets Because lld 13 and higher default to garbage collecting start/stop symbols when using --gc-sections, the linker sets used in the i386 boot loaders will disappear. This leads to the loaders not recognizing any commands, and failure to boot. Until we have a good set of linker scripts for the loaders, work around it by disabling the start-stop-gc feature. (cherry picked from commit c90cab0d668af5d947054e47184d4f8dcb874ec8) Git Hash: 8e732dbd37ff11276cc552edf5b1a6f484b9ab2d Git Author: dim@FreeBSD.org END