summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-14 23:43:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-14 23:43:09 (GMT)
commitb5a2692820a0b85a03ff28fc2154f8d50f26d5e2 (patch)
tree9b6760ddedcb46ece3ec577f7494e40fabce7b87 /ChangeLog
parent24d7c72a124df20339a50bb61e66385352e68a1b (diff)
Restored the code loading the ELF relocations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@93 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: