summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efce196..ef55a88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+09-07-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ Provide the opcode of an x86 instruction.
+
+ * src/format/elf/e_elf.c:
+ Provide found routines instead of building routines from symbols.
+
+ * src/format/elf/elf-int.h:
+ Store all found ELF relocations and routines.
+
+ * src/format/elf/helper_mips.c:
+ Typo.
+
+ * src/format/elf/helper_x86.c:
+ * src/format/elf/helper_x86.h:
+ New entries: load ELF relocations as new routines.
+
+ * src/format/elf/Makefile.am:
+ Add the helper_x86.[ch] files to libformatelf_la_SOURCES.
+
+ * src/format/elf/symbol.c:
+ Call x86 functions from helper_x86.[ch] and clean the code.
+
09-07-14 Cyrille Bagard <nocbos@gmail.com>
* src/configuration.c: