summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-30 20:53:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-30 20:53:24 (GMT)
commit4132223466dcabc19a1b6f0178adf1c1a35b07ad (patch)
treead5ef2262e8e1855c9c7f23a0f11f560039d54c6 /ChangeLog
parent896b31fbbef2fba442566a422fa4d409771b61dd (diff)
Moved the mangling related code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1443d2..893f455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+18-01-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ * plugins/dex/pool.c:
+ * plugins/elf/symbols.c:
+ * plugins/mobicore/symbols.c:
+ * src/Makefile.am:
+ * src/format/Makefile.am:
+ * src/format/dwarf/symbols.c:
+ * src/format/mangling/dex/Makefile.am:
+ Update code.
+
+ * src/mangling/Makefile.am:
+ * src/mangling/context-int.h:
+ * src/mangling/context.c:
+ * src/mangling/context.h:
+ * src/mangling/demangler.c:
+ * src/mangling/demangler.h:
+ * src/mangling/dex/Makefile.am:
+ * src/mangling/dex/context.c:
+ * src/mangling/dex/context.h:
+ * src/mangling/dex/shorty_gram.y:
+ * src/mangling/dex/shorty_tok.l:
+ * src/mangling/dex/type_gram.y:
+ * src/mangling/dex/type_tok.l:
+ * src/mangling/itanium/Makefile.am:
+ * src/mangling/itanium/abi.c:
+ * src/mangling/itanium/abi.h:
+ * src/mangling/itanium/component-int.h:
+ * src/mangling/itanium/component.c:
+ * src/mangling/itanium/component.h:
+ * src/mangling/itanium/context.c:
+ * src/mangling/itanium/context.h:
+ * src/mangling/java.h:
+ * src/mangling/java_gram.y:
+ * src/mangling/java_tok.l:
+ Moved entries: move the mangling related code.
+
18-01-29 Cyrille Bagard <nocbos@gmail.com>
* plugins/elf/elf-int.h: