summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48ea906..701100a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/processor.c:
+ * src/format/elf/e_elf.c:
+ * src/format/elf/elf-int.h:
+ Use strings as target addresses.
+
+ * src/format/elf/Makefile.am:
+ Add strings.[ch] to libformatelf_a_SOURCES.
+
+ * src/format/elf/strings.c:
+ * src/format/elf/strings.h:
+ New entries: register all found strings in binaries.
+
+ * src/format/exe_format.h:
+ Add STP_STRING to symbol types.
+
2008-10-19 Cyrille Bagard <nocbos@gmail.com>
* src/arch/instruction.c: