X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felf-linker-x86.h;h=acce1bbbdc0337bfe7345459b5c63b4be474554f;hb=23182ac0d832477d316547ec2a758d22b43d0837;hp=e17ba5d72e17c06947fbb0c202209a959816cd0b;hpb=250d07de5cf6efc81ed934c25292beb63c7e3129;p=binutils-gdb.git diff --git a/bfd/elf-linker-x86.h b/bfd/elf-linker-x86.h index e17ba5d72e1..acce1bbbdc0 100644 --- a/bfd/elf-linker-x86.h +++ b/bfd/elf-linker-x86.h @@ -61,6 +61,9 @@ struct elf_linker_x86_params /* TRUE if --dynamic-linker is passed at command-line. */ unsigned int has_dynamic_linker : 1; + /* Report relative relocations. */ + unsigned int report_relative_reloc : 1; + /* X86-64 ISA level needed. */ unsigned int isa_level;