rename dynamic linker entry point from _start to _dlstart
[musl] / src / ldso / powerpc / start.s
index 6c499e8..6548d58 100644 (file)
@@ -1,6 +1,6 @@
-       .global _start
-       .type   _start,@function
-_start:
+       .global _dlstart
+       .type   _dlstart,@function
+_dlstart:
        bl      1f
 2:     .long   _DYNAMIC-2b
 1:     mflr    5