[ARC] Add JLI support.
[deliverable/binutils-gdb.git] / ld / emulparams / cet.sh
CommitLineData
ee2fdd6f
L
1PARSE_AND_LIST_OPTIONS_CET='
2 fprintf (file, _("\
3 -z ibtplt Generate IBT-enabled PLT entries\n\
48580982
L
4 -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n\
5 -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n"));
ee2fdd6f
L
6'
7PARSE_AND_LIST_ARGS_CASE_Z_CET='
8 else if (strcmp (optarg, "ibtplt") == 0)
9 link_info.ibtplt = TRUE;
10 else if (strcmp (optarg, "ibt") == 0)
11 link_info.ibt = TRUE;
48580982
L
12 else if (strcmp (optarg, "shstk") == 0)
13 link_info.shstk = TRUE;
ee2fdd6f
L
14'
15
16PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_CET"
17PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_CET"
This page took 0.028094 seconds and 4 git commands to generate.