diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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: |