disasm: split dump_insns
[deliverable/binutils-gdb.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 '
This page took 0.039302 seconds and 4 git commands to generate.