diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-10 16:37:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-10 16:37:34 (GMT) |
commit | 8ef66a1e0225c9e00175fbaf3f3038f537de511f (patch) | |
tree | dd7112dd50c02e0ad1565ce7a890991b5e1270c6 /ChangeLog | |
parent | cc3e31eecd90766ae4f0bb391428c5c59567ef4c (diff) |
Extended the grammar to allow hooks inclusion.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@453 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +15-01-10 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/context.c: + Delete some debug code. + + * src/arch/arm/v7/link.c: + * src/arch/arm/v7/link.h: + Clean and improve the track of instruction set when branching. + + * src/arch/arm/v7/opdefs/bl_A8825.d: + Add the first hooks in the bl[x] definitions. + + * src/arch/arm/v7/opdefs/Makefile.am: + Add the two 'link.h' and 'post.h' files to included headers. + + * src/arch/arm/v7/processor.c: + Remove the manual hooks of some kind of instructions. + + * tools/d2c/d2c_gram.y: + * tools/d2c/d2c_tok.l: + Clean and update the code for hooks. + + * tools/d2c/hooks.c: + * tools/d2c/hooks.h: + New entries: extend the grammar to allow hooks inclusion. + + * tools/d2c/Makefile.am: + Add the 'hooks.[ch]' files to d2c_SOURCES. + + * tools/d2c/spec.c: + * tools/d2c/spec.h: + Clean and update the code for hooks. + + 15-01-09 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/context.c: |