aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86asm.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-08-29 16:10:27 +0000
committerAndy Polyakov <appro@openssl.org>2004-08-29 16:10:27 +0000
commita8c65b400c35659c824447e41e326ed1d48fd134 (patch)
tree9bcac410eff0359ac631aa8994860b4bb29e7425 /crypto/perlasm/x86asm.pl
parent526975906b642335d25656cb54b4f40e0ca1b331 (diff)
downloadopenssl-a8c65b400c35659c824447e41e326ed1d48fd134.tar.gz
crypto/perlasm update primarily to unify Netware modules. Once it's verified
x86*_nw.pl will be deleted. In addition this update implements initseg on several additional [in addition to ELF] platforms. Functions registered with initseg are supposed to be called prior main().
Diffstat (limited to 'crypto/perlasm/x86asm.pl')
-rw-r--r--crypto/perlasm/x86asm.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl
index 32eacd2bc2..cf2aee40ec 100644
--- a/crypto/perlasm/x86asm.pl
+++ b/crypto/perlasm/x86asm.pl
@@ -18,7 +18,7 @@ sub main'asm_init
($type,$fn,$i386)=@_;
$filename=$fn;
- $elf=$cpp=$coff=$aout=$win32=$netware=0;
+ $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
if ( ($type eq "elf"))
{ $elf=1; require "x86unix.pl"; }
elsif ( ($type eq "a.out"))
@@ -32,9 +32,9 @@ sub main'asm_init
elsif ( ($type eq "win32n"))
{ $win32=1; require "x86nasm.pl"; }
elsif ( ($type eq "nw-nasm"))
- { $netware=1; require "x86nasm_nw.pl"; }
+ { $netware=1; require "x86nasm.pl"; }
elsif ( ($type eq "nw-mwasm"))
- { $netware=1; require "x86mwasm_nw.pl"; }
+ { $netware=1; $mwerks=1; require "x86nasm.pl"; }
else
{
print STDERR <<"EOF";