diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 11:40:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 11:40:53 (GMT) |
commit | 73d58a38c5847f54aa9458b3612ffd35b7372dc9 (patch) | |
tree | b1412630f4679cdf5c9e97943f0fb9645a426592 /ChangeLog | |
parent | 3754a5e3edeea98ce426b65772708ae91b291c1f (diff) |
Ensured all symbol comments match their symbol address.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +16-12-13 Cyrille Bagard <nocbos@gmail.com> + + * plugins/mobicore/annotations.c: + * plugins/readdex/class.c: + * plugins/readdex/code.c: + * plugins/readdex/header.c: + * plugins/readdex/ids.c: + * plugins/readelf/header.c: + * plugins/readelf/program.c: + * plugins/readelf/section.c: + * src/arch/arm/v7/fetch.c: + Update code. + + * src/format/symbol.c: + Ensure all symbol comments match their symbol address. + + * src/format/symbol.h: + Assign the linked instruction address to the new comment. + 16-12-12 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |