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:
16190a7
)
x86gas.pl: relax .init segment alignment.
author
Andy Polyakov
<appro@openssl.org>
Sat, 22 Oct 2011 10:49:52 +0000
(10:49 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 22 Oct 2011 10:49:52 +0000
(10:49 +0000)
crypto/perlasm/x86gas.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86gas.pl
b/crypto/perlasm/x86gas.pl
index f6b8cc9679f991fa80081077dc4c2b888fe73b9c..d0b7ae27ae73d091a344d68a2e10e3153a62fa08 100644
(file)
--- a/
crypto/perlasm/x86gas.pl
+++ b/
crypto/perlasm/x86gas.pl
@@
-220,9
+220,6
@@
___
{ $initseg.=<<___;
.section .init
call $f
- jmp .Linitalign
-.align $align
-.Linitalign:
___
}
elsif ($::coff)