change and rename gmp_string_asprintf to return an std::string
[binutils-gdb.git] / ld / emulparams / extern_protected_data.sh
blob65c68adb0b28a95df0f3144126a726204284c886
1 PARSE_AND_LIST_OPTIONS_NOEXTEN_PROTECTED_DATA='
2 fprintf (file, _("\
3 -z noextern-protected-data Do not treat protected data symbol as external\n"));
6 PARSE_AND_LIST_ARGS_CASE_Z_NOEXTEN_PROTECTED_DATA='
7 else if (strcmp (optarg, "noextern-protected-data") == 0)
8 link_info.extern_protected_data = FALSE;
12 PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_NOEXTEN_PROTECTED_DATA"
13 PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_NOEXTEN_PROTECTED_DATA"