summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86gas.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-03 16:21:06 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-03 16:21:06 +0000
commit3a87756fed55879c5aaab0546654d30e434ff7dc (patch)
tree79464765e4df456631e5e6f63c5c023194069418 /crypto/perlasm/x86gas.pl
parentc8ec4a1b0b4ceae16c17168519bbf11ae8fe0b6f (diff)
perlasm/x86*.pl updates.
Diffstat (limited to 'crypto/perlasm/x86gas.pl')
-rw-r--r--crypto/perlasm/x86gas.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/perlasm/x86gas.pl b/crypto/perlasm/x86gas.pl
index 575b133252..3f2eb7ae05 100644
--- a/crypto/perlasm/x86gas.pl
+++ b/crypto/perlasm/x86gas.pl
@@ -160,7 +160,9 @@ sub ::comment
}
sub ::external_label
-{ push(@out,".extern\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
+{ foreach(@_)
+ { push(@out,".extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
+}
sub ::public_label
{ push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }