about summary refs log tree commit diff
path: root/sysdeps/aarch64/Makefile
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2020-12-21 15:03:03 +0000
committerRichard Earnshaw <rearnsha@arm.com>2020-12-21 15:25:25 +0000
commitd27f0e5d889f4bf4a796fe2a883b2f264bf40c12 (patch)
tree1ff4a5f7c914f141fcce94ebc4710a0aa4962cad /sysdeps/aarch64/Makefile
parentbde4949b6b342641681a22cf6092dbc2f9d1d2c7 (diff)
downloadglibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.tar.gz
glibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.tar.xz
glibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.zip
aarch64: Add aarch64-specific files for memory tagging support
This final patch provides the architecture-specific implementation of
the memory-tagging support hooks for aarch64.
Diffstat (limited to 'sysdeps/aarch64/Makefile')
-rw-r--r--sysdeps/aarch64/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile
index d8e06d27b2..d3ab37a40a 100644
--- a/sysdeps/aarch64/Makefile
+++ b/sysdeps/aarch64/Makefile
@@ -40,4 +40,9 @@ endif
 
 ifeq ($(subdir),misc)
 sysdep_headers += sys/ifunc.h
+sysdep_routines += __mtag_address_get_tag \
+		   __mtag_memset_tag \
+		   __mtag_new_tag \
+		   __mtag_tag_region
+
 endif