projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5615196
)
perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.
author
Andy Polyakov
<appro@openssl.org>
Thu, 27 Feb 2014 13:26:12 +0000
(14:26 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 27 Feb 2014 13:30:42 +0000
(14:30 +0100)
(cherry picked from commit
b62a4a1c0e77233e201517e5e32d575a0f20cc05
)
crypto/perlasm/x86asm.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86asm.pl
b/crypto/perlasm/x86asm.pl
index dcbc73851603fe53f57516cfec2a87de52b07f30..cae156ae63ce322dad4e75caba349b0d5ed01f20 100644
(file)
--- a/
crypto/perlasm/x86asm.pl
+++ b/
crypto/perlasm/x86asm.pl
@@
-255,6
+255,8
@@
sub ::asm_init
$elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
if (($type eq "elf"))
{ $elf=1; require "x86gas.pl"; }
+ elsif (($type eq "elf-1"))
+ { $elf=-1; require "x86gas.pl"; }
elsif (($type eq "a\.out"))
{ $aout=1; require "x86gas.pl"; }
elsif (($type eq "coff" or $type eq "gaswin"))