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:
01be5db
)
x86gas.pl: make data_short work on legacy systems.
author
Andy Polyakov
<appro@openssl.org>
Thu, 10 Feb 2011 21:24:24 +0000
(21:24 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 10 Feb 2011 21:24:24 +0000
(21:24 +0000)
crypto/perlasm/x86gas.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86gas.pl
b/crypto/perlasm/x86gas.pl
index 7af6e9cf7f8a6af07af926898fd724097d8ef478..25f7ba5507228e9d88c194851243887dfdf48166 100644
(file)
--- a/
crypto/perlasm/x86gas.pl
+++ b/
crypto/perlasm/x86gas.pl
@@
-166,7
+166,7
@@
sub ::file_end
}
sub ::data_byte { push(@out,".byte\t".join(',',@_)."\n"); }
-sub ::data_short{ push(@out,".
word
\t".join(',',@_)."\n"); }
+sub ::data_short{ push(@out,".
value
\t".join(',',@_)."\n"); }
sub ::data_word { push(@out,".long\t".join(',',@_)."\n"); }
sub ::align