extern_protected_data.sh 270 B

12345678910
  1. PARSE_AND_LIST_OPTIONS='
  2. fprintf (file, _("\
  3. -z noextern-protected-data Do not treat protected data symbol as external\n"));
  4. '
  5. PARSE_AND_LIST_ARGS_CASE_Z='
  6. else if (strcmp (optarg, "noextern-protected-data") == 0)
  7. link_info.extern_protected_data = FALSE;
  8. '