diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2020-12-21 15:03:03 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2020-12-21 15:25:25 +0000 |
commit | d27f0e5d889f4bf4a796fe2a883b2f264bf40c12 (patch) | |
tree | 1ff4a5f7c914f141fcce94ebc4710a0aa4962cad /sysdeps/aarch64/Makefile | |
parent | bde4949b6b342641681a22cf6092dbc2f9d1d2c7 (diff) | |
download | glibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.tar glibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.tar.gz glibc-d27f0e5d889f4bf4a796fe2a883b2f264bf40c12.tar.bz2 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/Makefile | 5 |
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 |