Browse Source

* yet another PIC fix in cprt0 for i386-openbsd

git-svn-id: trunk@41687 -
nickysn 6 years ago
parent
commit
d65d1d17e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/openbsd/i386/cprt0.as

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

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