diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-08 10:29:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-08 10:29:40 -0700 |
commit | febdfe65a81629bc2a764820c94f9d2912a90e38 (patch) | |
tree | c88e3d281ee942fbe9c69827dea9116bfcfdabd3 /elfcpp/ChangeLog | |
parent | 91fb4b1a83cb06e3e6d7b90075f4d8fda0a709d4 (diff) | |
download | gdb-febdfe65a81629bc2a764820c94f9d2912a90e38.zip gdb-febdfe65a81629bc2a764820c94f9d2912a90e38.tar.gz gdb-febdfe65a81629bc2a764820c94f9d2912a90e38.tar.bz2 |
Add chdr_size, Chdr, Chdr_write and Chdr_data
* elfcpp.h (Elf_sizes): Add chdr_size.
(Chdr): New.
(Chdr_write): Likewise.
* elfcpp_internal.h (Chdr_data): Likewise.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r-- | elfcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 75681b1..3342ac9 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,5 +1,12 @@ 2015-04-08 H.J. Lu <hongjiu.lu@intel.com> + * elfcpp.h (Elf_sizes): Add chdr_size. + (Chdr): New. + (Chdr_write): Likewise. + * elfcpp_internal.h (Chdr_data): Likewise. + +2015-04-08 H.J. Lu <hongjiu.lu@intel.com> + * elfcpp.h (SHF): Add SHF_COMPRESSED. (ELFCOMPRESS_ZLIB): New. (ELFCOMPRESS_LOOS): Likewise. |