Bug found in GNU ld version 2.38 for Ubuntu

Joshua Buchanan <[email protected]> Thu, 20 Jul 2023 11:33:02 -0500
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <CAAVC632YgiZKyeK5=ir2L_92LoQub+u7a3i+T1m1Z2b+3DSJ5g@mail.gmail.com>
The bug is that aarch64-linux-gnu-ld simply states "assertion fail
elfnn-aarch64.c:4818" instead of what caused the failure or why my input is
erroneous. I am running aarch64-linux-gnu-ld indirectly through
aarch64-linux-gnu-g++ to compile the code at my repository under the
"rework" branch: https://github.com/jrbuchanan02/garbage-os/tree/rework.
Since this code was a work-in-progress, despite my best attempts to ensure
that it will be fully readable, I am happy to give further information on
how to replicate the bug.

If necessary, email me back at [email protected]

Best regards,
Joshua Buchanan