aarch64: Remove the unused __read_tp symbol
commitfb37ef69602a1ba635268cd9033a86adc817c53d
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 18 Feb 2021 10:56:34 +0000 (18 10:56 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 22 Feb 2021 09:17:12 +0000 (22 09:17 +0000)
tree122fad3176fd79db0939156c0e28b064d695fb9f
parent418f5783d987ed13fee217d8aad47b8b23b28a87
aarch64: Remove the unused __read_tp symbol

This was likely a mistake in the original aarch64 port copied over
from arm: on aarch64 tpidr_el0 register is always available.

The __read_tp symbol is visible with static linking, but it's not
part of the public ABI so it should be safe to remove.
sysdeps/unix/sysv/linux/aarch64/Makefile
sysdeps/unix/sysv/linux/aarch64/__read_tp.S [deleted file]
sysdeps/unix/sysv/linux/aarch64/libc-__read_tp.S [deleted file]