summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af808be..4955b49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-09-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ * src/arch/processor-int.h:
+ * src/arch/x86/processor.c:
+ Try to resolve symbols for some kind of addresses.
+
+ * src/binary.c:
+ Store in the code snippet the used format.
+
+ * src/format/elf/e_elf.c:
+ * src/format/elf/e_elf.h:
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ * src/format/exe_format-int.h:
+ Provide capabilities to resolve symbols for given addresses.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ Add a way to register the used format.
+
2008-09-10 Cyrille Bagard <nocbos@gmail.com>
* src/arch/operand-int.h: