aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/Makefile
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-04 17:05:28 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2021-03-26 11:03:06 +0000
commit383bc2402879080ed65b7f68789f5ebaf994f896 (patch)
treec1f92e56e69e4835049d8f428e63e670e8c89858 /sysdeps/aarch64/Makefile
parent40dc773f92ad33b6c742bbb84884761e399b9ce8 (diff)
downloadglibc-383bc2402879080ed65b7f68789f5ebaf994f896.tar.xz
glibc-383bc2402879080ed65b7f68789f5ebaf994f896.zip
aarch64: inline __libc_mtag_new_tag
This is a common operation when heap tagging is enabled, so inline the instructions instead of using an extern call.
Diffstat (limited to 'sysdeps/aarch64/Makefile')
-rw-r--r--sysdeps/aarch64/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile
index 5d594debea..1099f1d657 100644
--- a/sysdeps/aarch64/Makefile
+++ b/sysdeps/aarch64/Makefile
@@ -41,7 +41,6 @@ endif
ifeq ($(subdir),misc)
sysdep_headers += sys/ifunc.h
sysdep_routines += __mtag_tag_zero_region \
- __mtag_new_tag \
__mtag_tag_region
endif