Disable warning message about a program header with no associated sections when that...
[deliverable/binutils-gdb.git] / ld / emulparams / dynamic_undefined_weak.sh
CommitLineData
aec6b87e
L
1PARSE_AND_LIST_OPTIONS_NODYNAMIC_UNDEFINED_WEAK='
2 fprintf (file, _("\
3 -z nodynamic-undefined-weak Do not treat undefined weak symbol as dynamic\n"));
4'
5
6PARSE_AND_LIST_ARGS_CASE_Z_NODYNAMIC_UNDEFINED_WEAK='
7 else if (strcmp (optarg, "nodynamic-undefined-weak") == 0)
8 link_info.dynamic_undefined_weak = FALSE;
9'
10
11PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_NODYNAMIC_UNDEFINED_WEAK"
12PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_NODYNAMIC_UNDEFINED_WEAK"
This page took 0.061211 seconds and 4 git commands to generate.