This will allow ports people to sprinkle -Wl,--no-execute-only across the
ports tree when necessary without having to distinguish between ld.bfd and
ld.lld arcitectures.
ok deraadt@, sthen@
TWO_DASHES },
{ {"wrap", required_argument, NULL, OPTION_WRAP},
'\0', N_("SYMBOL"), N_("Use wrapper functions for SYMBOL"), TWO_DASHES },
+ { {"no-execute-only", no_argument, NULL, OPTION_IGNORE},
+ '\0', NULL, N_("Ignored for lld compatibility"), TWO_DASHES},
};
#define OPTION_COUNT ARRAY_SIZE (ld_options)