diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-22 17:58:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-22 17:58:36 (GMT) |
commit | cd956221a807e4c1961e17602d5ca641b93a937a (patch) | |
tree | 77c53ebad8404da4182fdba5b70e9f3ae8e05fbd /ChangeLog | |
parent | 88e34a085a69d23da262a92641a80f409931ea82 (diff) |
Ensured all string symbols referenced by instructions get a label.
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: |