瀏覽代碼

* yet another PIC fix in cprt0 for i386-openbsd

git-svn-id: trunk@41687 -
nickysn 6 年之前
父節點
當前提交
d65d1d17e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/openbsd/i386/cprt0.as

+ 1 - 1
rtl/openbsd/i386/cprt0.as

@@ -141,7 +141,7 @@ ___start:
 	xorl  %ebp,%ebp
 	call main
 	pushl %eax
-	call exit
+	call exit@PLT
         .p2align 2,0x90
 
 .globl _haltproc