diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-29 11:37:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-29 11:37:13 (GMT) |
commit | 38e455ebbbbf90ddbf552f95a1dfb3c544907587 (patch) | |
tree | c6e2a4763baef01c87dd0954116fb2c457e10c23 /ChangeLog | |
parent | 8c71b36d401b2473342daddcb9b7eb4b83ba3295 (diff) |
Reduced once again the size of the main instruction structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 16-10-29 Cyrille Bagard <nocbos@gmail.com> + * src/arch/arm/instruction-int.h: + * src/arch/arm/instruction.c: + * src/arch/arm/instruction.h: + * src/arch/arm/v7/instruction.c: + * src/arch/arm/v7/instruction.h: + * src/arch/arm/v7/opdefs/Makefile.am: + * src/arch/dalvik/instruction.c: + Update code. + + * src/arch/instruction-int.h: + * src/arch/instruction.c: + * src/arch/instruction.h: + Reduce once again the size of the main instruction structure. + + * src/arch/raw.c: + * src/arch/undefined.c: + * tools/d2c/Makefile.am: + * tools/d2c/qckcall.c: + * tools/d2c/qckcall.h: + * tools/d2c/spec.c: + Update code. + +16-10-29 Cyrille Bagard <nocbos@gmail.com> + * plugins/libcsem/exit.c: * plugins/pychrysa/arch/instruction.c: * src/analysis/blocks/flow.c: |