summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/powerpc/crt0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/powerpc/crt0.c b/libc/sysdeps/linux/powerpc/crt0.c
index cef53bb4a..e01807d3d 100644
--- a/libc/sysdeps/linux/powerpc/crt0.c
+++ b/libc/sysdeps/linux/powerpc/crt0.c
@@ -32,9 +32,9 @@ asm(
"\tstwu 1,-32(1)\n"
"\tmtlr 0\n"
//"\tstw 0,0(1)\n"
- "\tb _start2\n
-
- ");
+/* XXX fixme. We want this to be an internally resolved jump */
+// "\tb _start2@xxx\n"
+ );
/* Stick in a dummy reference to main(), so that if an application