From d65d1d17e5d32b4997980cc9e1e78fdbbcb08c23 Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 12 Mar 2019 16:00:12 +0000 Subject: [PATCH] * yet another PIC fix in cprt0 for i386-openbsd git-svn-id: trunk@41687 - --- rtl/openbsd/i386/cprt0.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/openbsd/i386/cprt0.as b/rtl/openbsd/i386/cprt0.as index 039a34209e..dd2c332ba1 100644 --- a/rtl/openbsd/i386/cprt0.as +++ b/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