diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-30 17:23:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-30 17:23:16 (GMT) |
commit | 792b330c1bbe573a591687d25e14d4cd1eccd3c6 (patch) | |
tree | 9a3e0955205c0221ea5db03b1f3a4d56846efed2 /ChangeLog | |
parent | c922b6b9c841a97dd948755658cff07b2c6762ff (diff) |
Introduced a format switch to distinguish different kinds of definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,5 +1,40 @@ 16-01-30 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + Add the new Makefile from the 'tools/d2c/format' directory. + + * src/arch/arm/v7/opdefs/Makefile.am: + Update the Makefile definition. + + * tools/d2c/Makefile.am: + Add the 'format/libd2cformat.la' archive into d2c_LDADD and + format into SUBDIRS. + + * tools/d2c/bits/manager.c: + * tools/d2c/coder.c: + * tools/d2c/coder.h: + * tools/d2c/d2c.mk: + * tools/d2c/d2c_genmakefile.sh: + Introduce a format switch to distinguish different kinds of definitions. + + * tools/d2c/format/Makefile.am: + * tools/d2c/format/decl.h: + * tools/d2c/format/grammar.y: + * tools/d2c/format/manager.c: + * tools/d2c/format/manager.h: + * tools/d2c/format/tokens.l: + New entries: handle a '@format' keyword. + + * tools/d2c/grammar.y: + * tools/d2c/pproc.c: + * tools/d2c/pproc.h: + * tools/d2c/spec.c: + * tools/d2c/spec.h: + * tools/d2c/tokens.l: + Introduce a format switch to distinguish different kinds of definitions. + +16-01-30 Cyrille Bagard <nocbos@gmail.com> + * src/arch/dalvik/instruction-int.h: * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: |