diff options
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf_x86_64.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ld/emulparams/elf_x86_64.sh b/ld/emulparams/elf_x86_64.sh index 5f2743e..a689a7b 100644 --- a/ld/emulparams/elf_x86_64.sh +++ b/ld/emulparams/elf_x86_64.sh @@ -47,16 +47,6 @@ case "$target" in case "$EMULATION_NAME" in *64*) LIBPATH_SUFFIX=64 - PARSE_AND_LIST_OPTIONS_BNDPLT=' - fprintf (file, _("\ - -z bndplt Always generate BND prefix in PLT entries\n")); -' - PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT=' - else if (strcmp (optarg, "bndplt") == 0) - params.bndplt = true; -' - PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_BNDPLT" - PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT" ;; esac ;; |