diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-12 13:07:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-12 13:08:42 (GMT) |
commit | a331ff258895865049bf79bc1629dbc744b7faf5 (patch) | |
tree | c4f649ba21afcacf974cc6536f03aa97663a9acd /ChangeLog | |
parent | 9b018cede5af54594c0a20847239233153b04ce1 (diff) |
Removed the too complex memory share system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 70 |
1 files changed, 70 insertions, 0 deletions
@@ -1,5 +1,75 @@ 17-07-08 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + * plugins/fmtp/parser.c: + * plugins/pychrysa/arch/immediate.c: + * plugins/pychrysa/pychrysa.c: + * src/analysis/binary.c: + * src/analysis/disass/links.c: + * src/arch/Makefile.am: + * src/arch/arm/v7/core.c: + * src/arch/arm/v7/core.h: + * src/arch/arm/v7/fetch.c: + * src/arch/arm/v7/operands/coproc.c: + * src/arch/arm/v7/operands/coproc.h: + * src/arch/arm/v7/operands/estate.c: + * src/arch/arm/v7/operands/estate.h: + * src/arch/arm/v7/operands/limitation.c: + * src/arch/arm/v7/operands/limitation.h: + * src/arch/arm/v7/operands/maccess.c: + * src/arch/arm/v7/operands/maccess.h: + * src/arch/arm/v7/operands/offset.c: + * src/arch/arm/v7/operands/offset.h: + * src/arch/arm/v7/operands/reglist.c: + * src/arch/arm/v7/operands/reglist.h: + * src/arch/arm/v7/operands/rotation.c: + * src/arch/arm/v7/operands/rotation.h: + * src/arch/arm/v7/operands/shift.c: + * src/arch/arm/v7/operands/shift.h: + * src/arch/arm/v7/post.c: + * src/arch/arm/v7/register.c: + * src/arch/arm/v7/register.h: + * src/arch/dalvik/core.c: + * src/arch/dalvik/core.h: + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operands/args.c: + * src/arch/dalvik/operands/args.h: + * src/arch/dalvik/operands/pool.c: + * src/arch/dalvik/operands/pool.h: + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/operands/register.h: + * src/arch/dalvik/register.c: + * src/arch/dalvik/register.h: + * src/arch/immediate.c: + * src/arch/immediate.h: + * src/arch/instruction.c: + * src/arch/operand-int.h: + * src/arch/operand.c: + * src/arch/post.c: + * src/arch/raw.c: + * src/arch/register-int.h: + * src/arch/register.c: + Remove the too complex memory share system. + + * src/arch/sharing/Makefile.am: + * src/arch/sharing/container-int.h: + * src/arch/sharing/container.c: + * src/arch/sharing/container.h: + * src/arch/sharing/instance-int.h: + * src/arch/sharing/instance.c: + * src/arch/sharing/instance.h: + * src/arch/sharing/manager.c: + * src/arch/sharing/manager.h: + Deleted entries. + + * src/arch/target.c: + * src/arch/target.h: + * src/core/processors.c: + * src/core/processors.h: + Remove the too complex memory share system. + +17-07-08 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/project.c: Scroll to the main address at startup without using a nested function. |