diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-13 22:06:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-13 22:06:28 (GMT) |
commit | 198ba09ef74a02a727ac3e679edfa328b2508152 (patch) | |
tree | 8846e81d7e3eb3e7b00c9363feba36c77fe058f8 /ChangeLog | |
parent | 5fce21379baac06b7b9359c4b0fcb7fb3867c301 (diff) |
Preloaded Mobicore information at loading.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +17-05-14 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/readmc' directory. + + * plugins/Makefile.am: + Add 'readmc' to SUBDIRS. + + * plugins/mobicore/Makefile.am: + Remove the 'annotations.[ch]' files from libmobicore_la_SOURCES. + + * plugins/mobicore/annotations.c: + * plugins/mobicore/annotations.h: + Deleted entries. + + * plugins/mobicore/mclf-def.h: + * plugins/mobicore/mclf.c: + * plugins/readdex/reader.c: + * plugins/readdex/reader.h: + * plugins/readelf/header.c: + * plugins/readelf/header.h: + * plugins/readelf/reader.c: + * plugins/readelf/reader.h: + Update code. + + * plugins/readmc/Makefile.am: + * plugins/readmc/header.c: + * plugins/readmc/header.h: + * plugins/readmc/reader.c: + * plugins/readmc/reader.h: + * plugins/readmc/text.c: + * plugins/readmc/text.h: + * plugins/readmc/v21.c: + * plugins/readmc/v21.h: + * plugins/readmc/v23.c: + * plugins/readmc/v23.h: + * plugins/readmc/v24.c: + * plugins/readmc/v24.h: + New entries: preload Mobicore information at loading. + 17-05-12 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/arch/Makefile.am: |