bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/23980] powerpc64 ld segfault when linking libc on FreeBSD


From: amodra at gmail dot com
Subject: [Bug ld/23980] powerpc64 ld segfault when linking libc on FreeBSD
Date: Mon, 17 Dec 2018 22:21:57 +0000

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

--- Comment #9 from Alan Modra <amodra at gmail dot com> ---
With an x86_64-linux --enable-targets=all ld.bfd, the output is assumed to be
x86_64-elf64 absent a -m option saying otherwise on the command line.  (You
should be passing -melf64ppc_fbsd.)  The segfault here is caused by the ppc64
backend not checking the type of the symbol table hash entries before using
fields that are only present in a ppc_link_hash_entry.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]