summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-01 17:49:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-01 17:49:32 (GMT)
commitf6252e57c770fea10439659f35a69a783ff849d3 (patch)
treeefc64ca7703648e439483ee6f4c14db855d7f952 /ChangeLog
parent1b8152d6f95b03f81aa6a4043c23a45a9f74c418 (diff)
Provided found MIPS routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@69 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f5365..c8c6eb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,37 @@
09-06-01 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c:
+ Restore prototype labels. Update calls relative to routines.
+
+ * src/analysis/line_code.c:
+ Remove useless code.
+
+ * src/analysis/line_comment.c:
+ Fix many bugs.
+
+ * src/format/elf/e_elf.c:
+ Add more verbose debug, load the .MIPS.stubs section and provide
+ found routines again.
+
+ * src/format/elf/elf-int.h:
+ Define the ELF_ST_TYPE macro.
+
+ * src/format/elf/helper_mips.c:
+ * src/format/elf/helper_mips.h:
+ New entries: provide specific help to ELF support for MIPS architectures.
+
+ * src/format/elf/Makefile.am:
+ Add helper_mips.[ch] to libformatelf_la_SOURCES.
+
+ * src/format/elf/section.c:
+ Fix two bugs about data lengths.
+
+ * src/format/elf/symbol.c:
+ Create a new management of dynamic symbols.
+
+09-06-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
* src/analysis/prototype.c:
* src/analysis/prototype.h:
* src/format/dwarf/Makefile.am: