summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-20 23:00:07 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-20 23:00:07 +0100
commit496fddb218ff90a7b8ec7242b40da3ae97382224 (patch)
tree80e45a1edbed48700017a787b95463fd1c2f57f9 /tune/many.pl
parent07e54c1affe90d48eb712cc10ea7891edaa1e627 (diff)
downloadgmp-496fddb218ff90a7b8ec7242b40da3ae97382224.tar.gz
* tune/many.pl: Remove suffix hack for back.asm.
Diffstat (limited to 'tune/many.pl')
-rwxr-xr-xtune/many.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 66b12077b..efac1ad02 100755
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -701,10 +701,9 @@ my @table =
# special for use during development
{
'regexp'=> 'back',
- 'funs' => ['back_to'],
+ 'funs' => ['back_to_back'],
'ret' => 'void',
'args' => 'void',
- 'suffix'=> 'back',
'pic' => 'no',
'try' => 'none',
'speed_flags'=> 'FLAG_NODATA',
@@ -925,8 +924,6 @@ foreach my $file_full (@files) {
} elsif ($suffix =~ /([^_]*_)*([^_]+)$/) {
$suffix = $2;
}
- } elsif (defined $t->{'suffix'}) {
- $suffix = $t->{'suffix'};
} else {
die "Can't determine suffix for: $file_full (path $path)\n";
}