summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-04-17 07:29:12 +0000
committerDavid Schleef <ds@schleef.org>2002-04-17 07:29:12 +0000
commit108202d604f40cf390c5ec57bd60297a189b350c (patch)
tree6664fc3962f7e7b8845b0526eb4bb261292c20d9 /libc/sysdeps/linux/powerpc
parent1410cc538277a4b4811b63e0442880f69df79c96 (diff)
Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24.
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-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