https://sourceware.org/bugzilla/show_bug.cgi?id=25210

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
> ./ld-new: linker stubs: file class ELFCLASSNONE incompatible with ELFCLASS64

See bfd/elf64ppc.c ppc64_elf_init_stub_bfd.  elf64-ppc.c size_stubs avoids
looking at the stub bfd by excluding any bfd with symtab_hdr->sh_info zero.  No
symbols, not even locals, is generally an uninteresting file.

Also, I'd say elfNN_aarch64_size_stubs ought to be checking that the input bfds
are aarch64-elf.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to