aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-linker-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf-linker-x86.h')
-rw-r--r--bfd/elf-linker-x86.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf-linker-x86.h b/bfd/elf-linker-x86.h
index d0cb20d..77e8196 100644
--- a/bfd/elf-linker-x86.h
+++ b/bfd/elf-linker-x86.h
@@ -55,6 +55,9 @@ struct elf_linker_x86_params
/* TRUE if --dynamic-linker is passed at command-line. */
unsigned int has_dynamic_linker : 1;
+ /* X86-64 ISA level needed. */
+ unsigned int isa_level;
+
/* Report missing IBT and SHSTK properties. */
enum elf_x86_cet_report cet_report;