summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58f7624..a75ae31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+14-12-24 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/arm/v7/opcodes/Makefile.am:
+ Fix libarcharmv7opcodes_la_SOURCES by relying on a generated sources list
+ and an external generated included Makefile.
+
+ * src/arch/arm/v7/opdefs/Makefile.am:
+ Clean/simplify the Makefile by using the new 'd2c_genmakefile.sh' script.
+
+ * tools/d2c/coder.c:
+ * tools/d2c/coder.h:
+ Improve the generation of source code: there are now templates and one
+ file per instruction. It is up to an external tool (here the script
+ called 'd2c_genmakefile.sh') to produce a Makefile providing a way to
+ reassemble contents. Depedencies are thus better handled.
+
+ * tools/d2c/d2c_genmakefile.sh:
+ New entry: generate a Makefile extension for dealing with code parts.
+
+ * tools/d2c/d2c_gram.y:
+ Update arguments for the compiler.
+
+ * tools/d2c/d2c.mk:
+ Update code.
+
+ * tools/d2c/globalgen.mk:
+ New entry: provide silent rules for an external Makefile.
+
14-12-16 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/fetch.c: