summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-10-29 20:14:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-10-29 20:14:05 (GMT)
commit8a30afc05eed869865ba4dc9c107119f7ec00fe4 (patch)
tree18743934be1c2355c99788e49efb7a7a43e335f1 /ChangeLog
parent2e5893f9261ba59e06fadcc6ddfa9a1253e286b3 (diff)
Do not relied on section names anymore.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@39 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4d24d6..b9dbaf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-10-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/op_call.c:
+ Save the type (AIT_CALL) of all kinds of 'call' instruction.
+
+ * src/format/elf/e_elf.c:
+ Update calls to the functions handling the sections.
+
+ * src/format/elf/elf-int.h:
+ Move the ELF section header wrapper to section.h.
+
+ * src/format/elf/section.c:
+ * src/format/elf/section.h:
+ Rewrite the way to look for given sections.
+
+ * src/format/elf/strings.c:
+ * src/format/elf/symbol.c:
+ Do not rely on section names anymore.
+
2008-10-27 Cyrille Bagard <nocbos@gmail.com>
* src/arch/x86/instruction.h: