diff options
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: |