[PATCH 25/57][Arm][GAS] Add support for MVE instruction: vmvn, vqabs and vqneg
[binutils-gdb.git] / ld / emulparams / reloc_overflow.sh
blob6bf0abced7c53c7cc385ca0767c29671f968f096
1 PARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW='
2 fprintf (file, _("\
3 -z noreloc-overflow Disable relocation overflow check\n"));
5 PARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW='
6 else if (strcmp (optarg, "noreloc-overflow") == 0)
7 params.no_reloc_overflow_check = TRUE;
10 PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_RELOC_OVERFLOW"
11 PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_RELOC_OVERFLOW"