This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
x86cpuid.pl: hide symbols [backport from x86_64].
master
Andy Polyakov
10 years ago
parent
88d6b87fca
commit
6206682a35
3 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
crypto/perlasm/x86asm.pl
+2
-0
crypto/perlasm/x86gas.pl
+3
-0
crypto/x86cpuid.pl
+ 2
- 0
crypto/perlasm/x86asm.pl
View File
@ -257,4 +257,6 @@ EOF
&
file
(
$
filename
)
;
}
sub
::hidden {
}
1
;
+ 2
- 0
crypto/perlasm/x86gas.pl
View File
@ -251,4 +251,6 @@ ___
sub
:
:
dataseg
{
push
(
@
out
,
".data\n"
)
;
}
*
::
hidden
=
sub
{
push
(
@
out
,
".hidden\t$nmdecor$_[0]\n"
)
;
}
if
(
$
::elf
)
;
1
;
+ 3
- 0
crypto/x86cpuid.pl
View File
@ -455,4 +455,7 @@ my $max = "ebp";
&
initseg
(
"OPENSSL_cpuid_setup"
)
;
&
hidden
(
"OPENSSL_cpuid_setup"
)
;
&
hidden
(
"OPENSSL_ia32cap_P"
)
;
&
asm_finish
(
)
;
Write
Preview
Loading…
Cancel
Save