From 108202d604f40cf390c5ec57bd60297a189b350c Mon Sep 17 00:00:00 2001
From: David Schleef <ds@schleef.org>
Date: Wed, 17 Apr 2002 07:29:12 +0000
Subject: Change branch to fallthrough.  Unclean, but it removes last
 R_PPC_REL24.

---
 libc/sysdeps/linux/powerpc/crt0.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'libc/sysdeps')

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
-- 
cgit v1.2.3