https://sourceware.org/bugzilla/show_bug.cgi?id=32816
--- Comment #10 from Alan Modra <amodra at gmail dot com> --- Yes, I knew about the ld.so _start. It should not matter as normally *crt1.o will supply _start and thus _start won't cause ld.so to be pulled in. The testcase that failed linked libpr26580-1.so before pr26580-a.o (which defined _start). If the order was changed the testcase would pass without removing _start from the library. -- You are receiving this mail because: You are on the CC list for the bug.
