On Thu, Aug 24, 2023 at 12:42:33PM +0930, Alan Modra wrote: > On Wed, Aug 23, 2023 at 04:39:19PM +0200, Paul Iannetta via Binutils wrote: > > As discussed earlier, I removed kvx_elf64_linux_vec, fix the handling of unique > > symbols by using has_gnu_osabi instead of overwriting e_ident, change (unsigned) > > long long into {u,}int64 and at some place int by int32_t. > > I've committed these for you. BTW, oss-fuzz is poking at the kvx > support and finding holes. See pr30793. The attached patch should fix pr30793. Thanks, Paul