the renaming was previously applied to all real versions of the function in commit 3fa2eb2aba8d6b54dec53e7ad4c37e17392b166f.
@@ -2,7 +2,7 @@
/* stub for archs that lack dynamic linker support */
-void _start()
+void _dlstart()
{
_Exit(1);
}