OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
19-May-2007 19:32:06
Branch: HEAD Handle:
2007051918320600
Modified files:
openssl/crypto/perlasm ppc-xlate.pl
Log:
ppc-xlate.pl update.
Summary:
Revision Changes Path
1.7 +1 -3
openssl/crypto/perlasm/ppc-xlate.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/perlasm/ppc-xlate.pl
============================================================
================
$ cvs diff -u -r1.6 -r1.7 ppc-xlate.pl
--- openssl/crypto/perlasm/ppc-xlate.pl 17 Oct 2006
06:43:11 -0000 1.6
+++ openssl/crypto/perlasm/ppc-xlate.pl 19 May 2007
17:32:06 -0000 1.7
 -7,7 +7,7 
my $flavour = $output;
my %GLOBALS;
-my $dotinlocallabels=0;
+my $dotinlocallabels=($flavour=~/linux/)?1:0;
############################################################
####
# directives which need special treatment on different
platforms
 -29,7 +29,6 
};
/linux.*32/ && do { $ret .=
".globl $namen";
$ret .= ".type $name, function";
- $dotinlocallabels = 1;
last;
};
/linux.*64/ && do { $ret .=
".globl .$namen";
 -43,7 +42,6 
$ret .= ".previousn";
$name = ".$name";
- $dotinlocallabels = 1;
last;
};
}
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|