ソースを参照

Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24.

David Schleef 22 年 前
コミット
108202d604
1 ファイル変更3 行追加3 行削除
  1. 3 3
      libc/sysdeps/linux/powerpc/crt0.c

+ 3 - 3
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