diff options
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: |