diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +15-01-04 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + Disable lots of debug messages. + + * src/analysis/disass/disassembler.c: + Disable an old function using removed symbols. + + * src/arch/arm/v7/link.c: + Disable lots of debug messages. + + * src/arch/instruction.h: + Declare GBinFormat without including the right header (circular reference). + + * src/format/symbol.h: + Ensure all symbols are declared ; this fix some sign extension bugs. + + * src/gui/panels/bookmarks.c: + Disable an temporary function using removed symbols. + 14-12-31 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |