blob: fd4bd3b3c821879ce6e02f3d881f886ddd0cf3bc [file] [log] [blame]
PARSE_AND_LIST_OPTIONS='
fprintf (file, _("\
-z noextern-protected-data Do not treat protected data symbol as external\n"));
'
PARSE_AND_LIST_ARGS_CASE_Z='
else if (strcmp (optarg, "noextern-protected-data") == 0)
link_info.extern_protected_data = FALSE;
'