Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0
@@ -135,10 +135,11 @@
$lbdecor="L"; # local label decoration, set by package
$label="000";
sub ::islabel # see is argument is a known label
{ my $i;
+ if ($_[0] eq "_GLOBAL_OFFSET_TABLE_") { return $_[0]; }
foreach $i (values %label) { return $i if ($i eq $_[0]); }
$label{$_[0]}; # can be undef
}
sub ::label # instantiate a function-scope label
@@ -255,6 +256,8 @@
$filename =~ s/\.pl$//;
&file($filename);
}
+sub ::hidden {}
+
1;