1 PARSE_AND_LIST_OPTIONS_X86_64_PLT
='
2 if (DEFAULT_LD_Z_MARK_PLT != 0)
4 -z mark-plt Mark PLT with dynamic tags (default)\n\
5 -z nomark-plt Do not mark PLT with dynamic tags\n"));
8 -z mark-plt Mark PLT with dynamic tags\n\
9 -z nomark-plt Do not mark PLT with dynamic tags (default)\n"));
11 PARSE_AND_LIST_ARGS_CASE_Z_X86_64_PLT
='
12 else if (strcmp (optarg, "mark-plt") == 0)
14 else if (strcmp (optarg, "nomark-plt") == 0)
18 PARSE_AND_LIST_OPTIONS
="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_X86_64_PLT"
19 PARSE_AND_LIST_ARGS_CASE_Z
="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_X86_64_PLT"