bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/24596] linker segmentation faults


From: amodra at gmail dot com
Subject: [Bug ld/24596] linker segmentation faults
Date: Wed, 29 May 2019 03:10:56 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |arm-symbianelf, s12z-elf
                 CC|                            |john at cellform dot com,
                   |                            |nickc at redhat dot com,
                   |                            |Ramana.Radhakrishnan at arm 
dot co
                   |                            |m, rearnsha at arm dot com

--- Comment #11 from Alan Modra <amodra at gmail dot com> ---
The only segfaults I see now are on arm-symbianelf and s12z-elf.  I'm going to
leave those to target maintainers..

The s12z-elf one is, I think, due to that target trying to use elf32.em in ld
with generic elf support in bfd.  That's not a well supported combination. 
Much of elf32.em depends on having symbols of type elf_link_hash_entry but of
course you must use a generic_link_hash_entry when using the generic
bfd/linker.c relocation support.

-- 
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]