summaryrefslogtreecommitdiff
path: root/ld/emulparams/plt_unwind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emulparams/plt_unwind.sh')
-rw-r--r--ld/emulparams/plt_unwind.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/ld/emulparams/plt_unwind.sh b/ld/emulparams/plt_unwind.sh
index c832570b215..38d76683efa 100644
--- a/ld/emulparams/plt_unwind.sh
+++ b/ld/emulparams/plt_unwind.sh
@@ -1,3 +1,5 @@
+PLT_UNWIND=yes
+
PARSE_AND_LIST_PROLOGUE='
#define OPTION_LD_GENERATED_UNWIND_INFO 301
#define OPTION_NO_LD_GENERATED_UNWIND_INFO 302
@@ -10,13 +12,6 @@ PARSE_AND_LIST_LONGOPTS='
OPTION_NO_LD_GENERATED_UNWIND_INFO},
'
-PARSE_AND_LIST_OPTIONS='
- fprintf (file, _("\
- --ld-generated-unwind-info Generate exception handling info for PLT.\n\
- --no-ld-generated-unwind-info Don'\''t do so.\n"
- ));
-'
-
PARSE_AND_LIST_ARGS_CASES='
case OPTION_LD_GENERATED_UNWIND_INFO:
link_info.no_ld_generated_unwind_info = FALSE;