summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-04-27 19:55:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-04-27 19:55:50 (GMT)
commitac75fdb77854c6f6d2e8db97a474c8bf3af2b0c4 (patch)
tree3a0c320d3ff87006595f52560d0de070ca4ab98e /ChangeLog
parent9c1367eb2e75dfac59f33e851dee8d39542072ac (diff)
Parsed ELF format fields using a new generic parser to save memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5de456..c999c6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+17-04-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'plugins/fmtp' directory.
+
+ * plugins/Makefile.am:
+ Add 'fmtp' to SUBDIRS.
+
+ * plugins/fmtp/Makefile.am:
+ * plugins/fmtp/def.h:
+ * plugins/fmtp/parser.c:
+ * plugins/fmtp/parser.h:
+ New entries: provide a generic parser for format fields.
+
+ * plugins/readelf/Makefile.am:
+ Update LDFLAGS and AM_CPPFLAGS.
+
+ * plugins/readelf/header.c:
+ * plugins/readelf/header.h:
+ * plugins/readelf/program.c:
+ * plugins/readelf/reader.c:
+ * plugins/readelf/section.c:
+ Parse ELF format fields using a new generic parser to save memory.
+
17-04-22 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/links.c: