x86: Move x86-specific linker options to elf_linker_x86_params
[deliverable/binutils-gdb.git] / ld / emulparams / reloc_overflow.sh
CommitLineData
4c10bbaa
L
1PARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW='
2 fprintf (file, _("\
3 -z noreloc-overflow Disable relocation overflow check\n"));
4'
5PARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW='
6 else if (strcmp (optarg, "noreloc-overflow") == 0)
5b9c07b2 7 params.no_reloc_overflow_check = TRUE;
4c10bbaa
L
8'
9
10PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW"
11PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW"
This page took 0.14442 seconds and 4 git commands to generate.