about summary refs log tree commit diff
path: root/sysdeps/aarch64/Makefile
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2020-12-18 19:00:49 +0000
committerRichard Earnshaw <rearnsha@arm.com>2020-12-18 19:23:04 +0000
commit9437fbd8d1fe15fa4a7066b9b6266faca11e186e (patch)
tree8cab5d51edcd59aba6a82766b8e21b7e6e4d275c /sysdeps/aarch64/Makefile
parentd3b950c14e37e76185801d1f8685ed32ef2b4e9d (diff)
downloadglibc-rearnsha/mte-v4.0.tar.gz
glibc-rearnsha/mte-v4.0.tar.xz
glibc-rearnsha/mte-v4.0.zip
aarch64: Add aarch64-specific files for memory tagging support rearnsha/mte-v4.0
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