x86 perlasm update to accomodate aes-586.pl.

This commit is contained in:
Andy Polyakov
2004-12-23 21:43:25 +00:00
parent 25558bf743
commit d1df5b4339
3 changed files with 32 additions and 2 deletions

View File

@@ -498,6 +498,12 @@ sub main'comment
}
}
sub main'public_label
{
$label{$_[0]}="${under}${_[0]}" if (!defined($label{$_[0]}));
push(@out,".globl\t$label{$_[0]}\n");
}
sub main'label
{
if (!defined($label{$_[0]}))