vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / extern_protected_data.sh
CommitLineData
aec6b87e 1PARSE_AND_LIST_OPTIONS_NOEXTEN_PROTECTED_DATA='
889c2a67
L
2 fprintf (file, _("\
3 -z noextern-protected-data Do not treat protected data symbol as external\n"));
4'
5
aec6b87e 6PARSE_AND_LIST_ARGS_CASE_Z_NOEXTEN_PROTECTED_DATA='
889c2a67
L
7 else if (strcmp (optarg, "noextern-protected-data") == 0)
8 link_info.extern_protected_data = FALSE;
9'
aec6b87e
L
10
11
12PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_NOEXTEN_PROTECTED_DATA"
13PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_NOEXTEN_PROTECTED_DATA"
This page took 0.266556 seconds and 4 git commands to generate.