diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-28 01:00:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-28 01:00:33 (GMT) |
commit | 057cee1c3c109639af8f30e39e00f4884a353f31 (patch) | |
tree | 563972accde653fd562305424cb1983617bc0b4c /ChangeLog | |
parent | a6bedf6104ccd7d8050e9d6a58f32c0827e3383c (diff) |
Provided readelf features as an external plugin.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@495 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +15-03-28 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/readelf' directory. + + * plugins/Makefile.am: + Add readelf to SUBDIRS. + + * plugins/readelf/header.c: + * plugins/readelf/header.h: + * plugins/readelf/Makefile.am: + * plugins/readelf/program.c: + * plugins/readelf/program.h: + * plugins/readelf/reader.c: + * plugins/readelf/reader.h: + * plugins/readelf/section.c: + * plugins/readelf/section.h: + New entries: provide readelf features as an external plugin. + + * src/format/elf/elf.c: + * src/format/elf/elf.h: + Provide some ELF properties and update code. + + * src/format/elf/elf-int.c: + * src/format/elf/elf-int.h: + Read a program header without updating the read position. + + * src/format/elf/program.c: + * src/format/elf/strings.c: + * src/format/elf/symbols.c: + Update code. + + * src/format/format.c: + Increment references for borrowed binary content. + + * src/plugins/pglist.h: + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + Extend the plugins definitions to allow comments linked to instructions. + 15-03-25 Cyrille Bagard <nocbos@gmail.com> * tools/d2c/conv.c: |