https://sourceware.org/bugzilla/show_bug.cgi?id=21062
--- Comment #6 from Cary Coutant ---
(In reply to Edward Vielmetti from comment #2)
> I'm seeing what I think is the same bug; it manifests itself building Swift
> on aarch64 (96-core Packet 2A server, with a Cavium ThunderX CPU).
>
> /usr/bi
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
Cary Coutant changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
--- Comment #4 from PeteVine ---
OK, so I've managed to identify the root cause of this bug, namely, the
-mfix-cortex-a53-843419 erratum workaround, which happens via the linker.
To recap, ld.gold produces crashing code if both LTO and
-mfix-
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
--- Comment #3 from PeteVine ---
That's a different issue, ld.gold never crashes in mine.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
b
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
Edward Vielmetti changed:
What|Removed |Added
CC||edward.vielmetti at gmail dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
--- Comment #1 from PeteVine ---
Just in case, here's the configure command line used to build binutils:
--prefix=/usr
--enable-plugins
--enable-shared
--disable-werror
--w
https://sourceware.org/bugzilla/show_bug.cgi?id=21062
PeteVine changed:
What|Removed |Added
Target||aarch64-linux-gnu
CC|