On Wed, Aug 21, 2024 at 6:23 AM Richard Biener
wrote:
>
> On Wed, Aug 21, 2024 at 2:27 PM H.J. Lu wrote:
> >
> > On Wed, Aug 21, 2024 at 2:38 AM Richard Biener
> > wrote:
> > >
> > > On Tue, Aug 20, 2024 at 3:24 PM H.J. Lu wrote:
> > > >
> > > > On Tue, Aug 20, 2024 at 2:03 AM Richard Biener
>
On Wed, Aug 21, 2024 at 2:27 PM H.J. Lu wrote:
>
> On Wed, Aug 21, 2024 at 2:38 AM Richard Biener
> wrote:
> >
> > On Tue, Aug 20, 2024 at 3:24 PM H.J. Lu wrote:
> > >
> > > On Tue, Aug 20, 2024 at 2:03 AM Richard Biener
> > > wrote:
> > > >
> > > > On Wed, Aug 14, 2024 at 3:15 PM H.J. Lu wrot
On Wed, Aug 21, 2024 at 2:38 AM Richard Biener
wrote:
>
> On Tue, Aug 20, 2024 at 3:24 PM H.J. Lu wrote:
> >
> > On Tue, Aug 20, 2024 at 2:03 AM Richard Biener
> > wrote:
> > >
> > > On Wed, Aug 14, 2024 at 3:15 PM H.J. Lu wrote:
> > > >
> > > > The new hook allows the linker plugin to distingu
On Tue, Aug 20, 2024 at 3:24 PM H.J. Lu wrote:
>
> On Tue, Aug 20, 2024 at 2:03 AM Richard Biener
> wrote:
> >
> > On Wed, Aug 14, 2024 at 3:15 PM H.J. Lu wrote:
> > >
> > > The new hook allows the linker plugin to distinguish calls to
> > > claim_file_handler that know the object is being used
On Tue, Aug 20, 2024 at 2:03 AM Richard Biener
wrote:
>
> On Wed, Aug 14, 2024 at 3:15 PM H.J. Lu wrote:
> >
> > The new hook allows the linker plugin to distinguish calls to
> > claim_file_handler that know the object is being used by the linker
> > (from ldmain.c:add_archive_element), from call
On Wed, Aug 14, 2024 at 3:15 PM H.J. Lu wrote:
>
> The new hook allows the linker plugin to distinguish calls to
> claim_file_handler that know the object is being used by the linker
> (from ldmain.c:add_archive_element), from calls that don't know it's
> being used by the linker (from elf_link_is
The new hook allows the linker plugin to distinguish calls to
claim_file_handler that know the object is being used by the linker
(from ldmain.c:add_archive_element), from calls that don't know it's
being used by the linker (from elf_link_is_defined_archive_symbol); in
the latter case, the plugin s