xref: /netbsd-src/external/gpl3/binutils/dist/ld/emulparams/reloc_overflow.sh (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
18cbf5cb7SchristosPARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW='
28cbf5cb7Schristos  fprintf (file, _("\
38cbf5cb7Schristos  -z noreloc-overflow         Disable relocation overflow check\n"));
48cbf5cb7Schristos'
58cbf5cb7SchristosPARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW='
68cbf5cb7Schristos      else if (strcmp (optarg, "noreloc-overflow") == 0)
7*4f645668Schristos	params.no_reloc_overflow_check = true;
88cbf5cb7Schristos'
98cbf5cb7Schristos
108cbf5cb7SchristosPARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW"
118cbf5cb7SchristosPARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW"
12