bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -f


From: ohngeonocaewoungooth at xff dot cz
Subject: [Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto
Date: Thu, 16 May 2019 16:43:45 +0000

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

--- Comment #2 from Ondrej <ohngeonocaewoungooth at xff dot cz> ---
It has something to do with -Wl,-start-group. After removing this option from
the gcc command line, the link succeeds. Adding -Wl,-end-group at the end
doesn't help. Adding -Wl,-end-group just after -lssl and before -lcrypto helps.

Re-ordering input objects so that only -lcrypto is outside of the group, makes
the links also succeed. So it's some interaction of -start-group/-end-group and
libcrypto.a on aarch64.

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