about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-11-18 16:03:51 +0000
committerWill Newton <will.newton@linaro.org>2014-11-21 14:44:23 +0000
commit01194ba18d594e79e687be570d85ec3b09a5fcb2 (patch)
tree43639eb27fd8293eef8599118a0274e16fa19bd7 /ChangeLog
parent8c230039a09523b08a7ede65768678e363206c02 (diff)
downloadglibc-01194ba18d594e79e687be570d85ec3b09a5fcb2.tar.gz
glibc-01194ba18d594e79e687be570d85ec3b09a5fcb2.tar.xz
glibc-01194ba18d594e79e687be570d85ec3b09a5fcb2.zip
AArch64: Use ELF macros rather than Elf64 throughout
Using the macros for ELF types is required for adding ILP32 support.
In the standard AArch64 configuration this makes no difference to
the types used.

ChangeLog:

2014-11-21  Will Newton  <will.newton@linaro.org>
	    Andrew Pinski  <andrew.pinski@caviumnetworks.com>

	* sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
	ElfW macro instead of hardcoded Elf64 types.
	(la_aarch64_gnu_pltenter): Likewise.
	* sysdeps/aarch64/dl-machine.h
	(elf_machine_runtime_setup): Use ElfW(Addr).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40cd918931..3fd08436cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2014-11-21  Will Newton  <will.newton@linaro.org>
 	    Andrew Pinski  <andrew.pinski@caviumnetworks.com>
 
+	* sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
+	ElfW macro instead of hardcoded Elf64 types.
+	(la_aarch64_gnu_pltenter): Likewise.
+	* sysdeps/aarch64/dl-machine.h
+	(elf_machine_runtime_setup): Use ElfW(Addr).
+
 	* elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
 	R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
 	R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,