소스 검색

* 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