arm, objdump: print obsolote warning when 26-bit set in instructions
[binutils-gdb.git] / ld / emulparams / x86-report-relative.sh
blob426bb8bd78694753e623d6707269e7fda0dd66a5
1 PARSE_AND_LIST_OPTIONS_X86_REPORT_RELATIVE='
2 fprintf (file, _("\
3 -z report-relative-reloc Report relative relocations\n"));
5 PARSE_AND_LIST_ARGS_CASE_Z_X86_REPORT_RELATIVE='
6 else if (strcmp (optarg, "report-relative-reloc") == 0)
7 params.report_relative_reloc = 1;
10 PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_X86_REPORT_RELATIVE"
11 PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_X86_REPORT_RELATIVE"