]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/elf/x86-64.h
x86-64: Add -z mark-plt and -z nomark-plt
[thirdparty/binutils-gdb.git] / include / elf / x86-64.h
index 8d364ab650ced6da970b348ffc2d0fd719f87a11..1b87beef41a18448c5bb2d3dd1244ac51f40b203 100644 (file)
@@ -1,5 +1,5 @@
 /* x86_64 ELF support for BFD.
-   Copyright (C) 2000-2018 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 Free Software Foundation, Inc.
    Contributed by Jan Hubicka <jh@suse.cz>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -95,4 +95,9 @@ END_RELOC_NUMBERS (R_X86_64_max)
 #define SHN_X86_64_LCOMMON     (SHN_LORESERVE + 2)
 
 #define SHF_X86_64_LARGE       0x10000000
+
+#define DT_X86_64_PLT          (DT_LOPROC + 0)
+#define DT_X86_64_PLTSZ                (DT_LOPROC + 1)
+#define DT_X86_64_PLTENT       (DT_LOPROC + 3)
+
 #endif