On Mon, Mar 16, 2020 at 6:50 AM Martin Liška <[email protected]> wrote:
>
> On 3/16/20 12:12 PM, H.J. Lu wrote:
> > (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V and
> > ^^^^^^^^^^^^^^^ Typo,
>
> Thank you. I fixed that in my development branch.
Still not right. It should be
2020-03-12 Martin Liska <[email protected]>
PR binutils/25640
* plugin-api.h (struct ld_plugin_symbol): Split int def into 4
char fields.
(enum ld_plugin_symbol_type): New.
(enum ld_plugin_symbol_section_flags): New.
(enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2 and
LDPT_GET_SYMBOLS_V4.
It is LDPT_ADD_SYMBOLS_V2, not LDPT_GET_SYMBOLS_V2.
--
H.J.