summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: