aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/linkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/linkmap.h')
-rw-r--r--sysdeps/aarch64/linkmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/aarch64/linkmap.h b/sysdeps/aarch64/linkmap.h
index 943a9ee..847a03a 100644
--- a/sysdeps/aarch64/linkmap.h
+++ b/sysdeps/aarch64/linkmap.h
@@ -16,8 +16,11 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#include <stdbool.h>
+
struct link_map_machine
{
ElfW(Addr) plt; /* Address of .plt */
void *tlsdesc_table; /* Address of TLS descriptor hash table. */
+ bool bti; /* Branch Target Identification is enabled. */
};