about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-09 12:11:39 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-10 15:28:00 +0100
commit30ba0375464f34e4bf8129f3d3dc14d0c09add17 (patch)
tree6fdc691c353d6efc12fa44b9cc653645e563c973 /ChangeLog
parent32b8188ac84ea0c0280a34f65c1fd7faf731c289 (diff)
downloadglibc-30ba0375464f34e4bf8129f3d3dc14d0c09add17.tar.gz
glibc-30ba0375464f34e4bf8129f3d3dc14d0c09add17.tar.xz
glibc-30ba0375464f34e4bf8129f3d3dc14d0c09add17.zip
aarch64: simplify the DT_AARCH64_VARIANT_PCS handling code
Remove unnecessary variant_pcs field: the dynamic tag can be checked
directly.

	* sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove the
	DT_AARCH64_VARIANT_PCS check.
	(elf_machine_lazy_rel): Use l_info[DT_AARCH64 (VARIANT_PCS)].
	* sysdeps/aarch64/linkmap.h (struct link_map_machine): Remove
	variant_pcs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3c5e29639..dd99d9883b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-07-10  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove the
+	DT_AARCH64_VARIANT_PCS check.
+	(elf_machine_lazy_rel): Use l_info[DT_AARCH64 (VARIANT_PCS)].
+	* sysdeps/aarch64/linkmap.h (struct link_map_machine): Remove
+	variant_pcs.
+
 2019-07-10  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #23352]