diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +14-12-15 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/output.c: + Show label of loaded symbols when possible. + + * src/format/elf/elf_def.h: + Define R_ARM_JUMP_SLOT value. + + * src/format/elf/helper_arm.c: + * src/format/elf/helper_arm.h: + New entries: load symbols from ARM relocations. + + * src/format/elf/Makefile.am: + Add the new 'helper_arm.[ch]' files to libformatelf_la_SOURCES. + + * src/format/elf/symbols.c: + Define an entry point and provide a way to get a full symbol definition. + Sort all loaded symbols. + + * src/format/symbol.c: + * src/format/symbol.h: + Create a function to compare two symbols and provide labels when requested. + 14-12-10 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferline.c: |