aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-09-21 10:19:25 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-09-21 10:19:25 -0700
commit7f7a1bce250bc286d23a4b895d684748bec03a71 (patch)
treea36dcf7213385fda262dde904e947621bff3fa7a /include/elf/ChangeLog
parent4d9d419e0e0512c301eb1ffcb793828451653024 (diff)
downloadfsf-binutils-gdb-7f7a1bce250bc286d23a4b895d684748bec03a71.zip
fsf-binutils-gdb-7f7a1bce250bc286d23a4b895d684748bec03a71.tar.gz
fsf-binutils-gdb-7f7a1bce250bc286d23a4b895d684748bec03a71.tar.bz2
Change ch_type in Elf64_External_Chdr to 4 bytes
The ch_type field in Elf64_External_Chdr is 4 bytes, followed by a 4-byte padding. This change doesn't introduce any functional change since only the lower 32 bits of the ch_type field are used. * external.h (Elf64_External_Chdr): Change ch_type to 4 bytes and add ch_reserved.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 879daa0..47d6bad 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-21 H.J. Lu <hongjiu.lu@intel.com>
+
+ * external.h (Elf64_External_Chdr): Change ch_type to 4 bytes
+ and add ch_reserved.
+
2015-08-11 Jiong Wang <jiong.wang@arm.com>
* aarch64.h (R_AARCH64_P32_TLSLD_ADD_DTPREL_LO12): Define.