summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.