X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Femulparams%2Fplt_unwind.sh;h=38d76683efa0a5f020c5a7fbb2cc308a6462e684;hb=456e800a63def18484f69a51f59c2338a5cc4568;hp=c832570b21592408498b807977b83a3a7c2561fb;hpb=fb42df5ed908e2bb9ce52a389981ea8b1c97cdf8;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/emulparams/plt_unwind.sh b/ld/emulparams/plt_unwind.sh index c832570b21..38d76683ef 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;