bsd.linker.mk: Sort list of linker features
Reindent the features as well to be friendly to long feature names. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D55656
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
# LINKER_FEATURES may contain one or more of the following, based on
|
||||
# linker support for that feature:
|
||||
#
|
||||
# - build-id: support for generating a Build-ID note
|
||||
# - ifunc: support for indirect functions
|
||||
# - ifunc-noplt: support for indirect functions without PLT stubs
|
||||
# - retpoline: support for generating PLT with retpoline speculative
|
||||
# execution vulnerability mitigation
|
||||
# - riscv-relaxations: support for RISC-V relocation relaxations
|
||||
# - bti-report: support for specifying how to report the missing
|
||||
# Branch Target Identification (BTI) property (AArch64)
|
||||
# - bti-report: support for specifying how to report the missing
|
||||
# Branch Target Identification (BTI) property (AArch64)
|
||||
# - build-id: support for generating a Build-ID note
|
||||
# - ifunc: support for indirect functions
|
||||
# - ifunc-noplt: support for indirect functions without PLT stubs
|
||||
# - retpoline: support for generating PLT with retpoline speculative
|
||||
# execution vulnerability mitigation
|
||||
# - riscv-relaxations: support for RISC-V relocation relaxations
|
||||
#
|
||||
# LINKER_FREEBSD_VERSION is the linker's internal source version.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user