summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-31 17:50:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-31 17:50:08 (GMT)
commitebe248fe406de9565c8c7787187a1d439e68cd84 (patch)
tree8126ea63a5b753f549a90a107d6428db2b299ff2 /ChangeLog
parent24096140aaa73db9e982db4437bc42a013812658 (diff)
Extracted strings from some extra ELF sections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2080976..b141036 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
17-03-31 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/readelf/Makefile.am:
+ Add the 'strtab.[ch]' files to libreadelf_la_SOURCES.
+
+ * plugins/readelf/program.c:
+ * plugins/readelf/program.h:
+ Typo.
+
+ * plugins/readelf/reader.c:
+ Update code.
+
+ * plugins/readelf/section.c:
+ * plugins/readelf/section.h:
+ Typo.
+
+ * plugins/readelf/strtab.c:
+ * plugins/readelf/strtab.h:
+ New entries: extract strings from some extra ELF sections.
+
+ * src/format/elf/elf.c:
+ Update code.
+
+ * src/format/elf/section.c:
+ * src/format/elf/section.h:
+ Provide direct information about the range covered by a given section.
+
+ * src/format/elf/strings.c:
+ Typo.
+
+17-03-31 Cyrille Bagard <nocbos@gmail.com>
+
* src/glibext/gbinportion.c:
* src/glibext/gbinportion.h:
Handle many special cases of binary portion inclusion to get a clean tree.