From: Andy Polyakov Date: Thu, 9 Jan 2003 16:06:09 +0000 (+0000) Subject: At least OpenBSD implements PIC in the same way ELF does. X-Git-Tag: OpenSSL_0_9_7a~86^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d1b5614f9e34c5737f36cc68237a8c2361032d5;p=oweals%2Fopenssl.git At least OpenBSD implements PIC in the same way ELF does. --- diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl index 6652eb8a7c..23a389f39e 100644 --- a/crypto/perlasm/x86unix.pl +++ b/crypto/perlasm/x86unix.pl @@ -566,13 +566,13 @@ sub main'picmeup ___ push(@out,$tmp); } - elsif ($main'pic && $main'elf) + elsif ($main'pic && ($main'elf || $main'aout)) { push(@out,"\t.align\t8\n"); &main'call(&main'label("PIC_me_up")); &main'set_label("PIC_me_up"); &main'blindpop($dst); - &main'add($dst,"\$_GLOBAL_OFFSET_TABLE_+[.-" . + &main'add($dst,"\$$under"."_GLOBAL_OFFSET_TABLE_+[.-". &main'label("PIC_me_up") . "]"); &main'mov($dst,&main'DWP($sym."\@GOT",$dst)); }