diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +10-06-28 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/arch/arm' directory to AC_CONFIG_FILES. + + * src/analysis/binary.c: + Display a message for the ARM architecture. + + * src/arch/arm/Makefile.am: + * src/arch/arm/processor.c: + * src/arch/arm/processor.h: + New entries: begin to support the ARM architecture. + + * src/arch/artificial.c: + * src/arch/dalvik/processor.c: + Update code. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Pad values with 0 when printing if needed. + + * src/arch/Makefile.am: + Add arm/libarcharm.la to libarch_la_LIBADD and arm to SUBDIRS. + + * src/arch/processor.c: + * src/arch/processor.h: + * src/arch/processor-int.h: + Define the minimal instruction size for a given architecture. + + * src/format/elf/elf.c: + * src/format/elf/elf_def.h: + * src/format/executable.h: + Recognize the ARM architecture when needed. + 10-06-27 Cyrille Bagard <nocbos@gmail.com> * src/arch/dalvik/instruction.c: |