瀏覽代碼

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