summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-25 00:27:57 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-25 00:27:57 +0200
commite74eac399fbab7c6db383d1ffa5bcdfc1c22c603 (patch)
tree72d6866af6b9a1511f15d339f56a21414041c7a5 /tune/many.pl
parent8de53c7d293ed7d3363c5bebd2bb0ab71af767c8 (diff)
downloadgmp-e74eac399fbab7c6db383d1ffa5bcdfc1c22c603.tar.gz
* tune/many.pl: Allow for PROLOGUE(fun,...), as used on alpha.
Diffstat (limited to 'tune/many.pl')
-rwxr-xr-xtune/many.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 2f9ee672c..9b5e10f31 100755
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -1154,7 +1154,7 @@ EOF
print "fun_carry $fun_carry\n" if $opt{'t'};
if ($lang =~ /\.(asm|S)/
- && ! grep(m"PROLOGUE\((.* )?$mpX$fun_carry[ )]",@file_contents)) {
+ && ! grep(m"PROLOGUE\((.* )?$mpX$fun_carry[ ,)]",@file_contents)) {
print "no PROLOGUE $mpX$fun_carry\n" if $opt{'t'};
next;
}