summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8cd12c..94c99d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+17-03-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/target.c:
+ Ensure all string symbols referenced by instructions get a label.
+
+ * src/format/elf/strings.c:
+ Avoid to allocate memory for reading binary content which can be read
+ directly.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Use the internal format content instead of a provided one when creating
+ labels.
+
17-03-21 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: