fd4bd3b3c821879ce6e02f3d881f886ddd0cf3bc
[external/binutils.git] / ld / emulparams / extern_protected_data.sh
1 PARSE_AND_LIST_OPTIONS='
2   fprintf (file, _("\
3   -z noextern-protected-data  Do not treat protected data symbol as external\n"));
4 '
5
6 PARSE_AND_LIST_ARGS_CASE_Z='
7       else if (strcmp (optarg, "noextern-protected-data") == 0)
8         link_info.extern_protected_data = FALSE;
9 '