[AArch64] Support RAS extension for ARMv8 onwards.
[deliverable/binutils-gdb.git] / ld / emulparams / dynamic_undefined_weak.sh
1 PARSE_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
6 PARSE_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
11 PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_NODYNAMIC_UNDEFINED_WEAK"
12 PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_NODYNAMIC_UNDEFINED_WEAK"
This page took 0.033158 seconds and 4 git commands to generate.