[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/25210] aarch64: -fix-cortex-a53-835769 --fix-cortex-a53-843419 l
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/25210] aarch64: -fix-cortex-a53-835769 --fix-cortex-a53-843419 lead to invalid operation |
Date: |
Thu, 21 Nov 2019 00:07:44 +0000 |
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.