summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-19 23:20:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-19 23:20:57 (GMT)
commite5bda7574625e43c2576b9457fc2bd89a79aa43d (patch)
tree7df25347eed96176e59a7813ea230a49bcf0dbe5 /ChangeLog
parent94fd405bb0c2e6dfa43324b04a336ffb611c58ce (diff)
Removed the useless STP_FUNCTION symbol type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 155f8e7..0bf54a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+17-03-20 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/format/symbol.c:
+ * src/analysis/disass/output.c:
+ Update code.
+
+ * src/format/elf/helper_x86.c:
+ Replace STP_FUNCTION by STP_ROUTINE.
+
+ * src/format/symbol.c:
+ Update code.
+
+ * src/format/symbol.h:
+ Remove the useless STP_FUNCTION symbol type.
+
17-03-19 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: