summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/emultempl/elf32.em
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/emultempl/elf32.em')
-rw-r--r--binutils-2.25/ld/emultempl/elf32.em15
1 files changed, 0 insertions, 15 deletions
diff --git a/binutils-2.25/ld/emultempl/elf32.em b/binutils-2.25/ld/emultempl/elf32.em
index 137446fe..67c437da 100644
--- a/binutils-2.25/ld/emultempl/elf32.em
+++ b/binutils-2.25/ld/emultempl/elf32.em
@@ -2277,14 +2277,6 @@ fragment <<EOF
link_info.execstack = FALSE;
}
EOF
-
-if test x"$BNDPLT" = xyes; then
-fragment <<EOF
- else if (strcmp (optarg, "bndplt") == 0)
- link_info.bndplt = TRUE;
-EOF
-fi
-
if test x"$GENERATE_SHLIB_SCRIPT" = xyes; then
fragment <<EOF
else if (strcmp (optarg, "global") == 0)
@@ -2464,13 +2456,6 @@ fragment <<EOF
EOF
fi
-if test x"$BNDPLT" = xyes; then
-fragment <<EOF
- fprintf (file, _("\
- -z bndplt Always generate BND prefix in PLT entries\n"));
-EOF
-fi
-
if test -n "$PARSE_AND_LIST_OPTIONS" ; then
fragment <<EOF
$PARSE_AND_LIST_OPTIONS