On Fri, 12 Feb 2021 00:33:35 +0100, Thomas Monjalon wrote: > 11/02/2021 13:08, Mcnamara, John: > > Also, there probably should be a note about the change to pmdinfogen > > in this release. I didn't know enough about it to add it myself. > > Yes it is a rewrite of a build tool. > The real new feature is the support of Windows for pmdinfo. > > +Cc Dmitry for helping with the wording.
* **Added Windows support to pmdinfogen.** PMD information strings are added for Windows as well as for other OS. Extracting them from Windows DLLs is not yet supported. A build-time tool pmdinfogen is rewritten in Python, thus native compiler and libelf are not required for build machine anymore, but pyelftools build-time dependency is added. Feel free to use and/or adjust.