It is no longer commented out at this point.
---
gas-preprocessor.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 14a6309..d6779cd 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -589,7 +589,7 @@ foreach my $line (@pass1_lines) {
# mach-o local symbol names start with L (no dot)
$line =~ s/(?<!\w)\.(L\w+)/$1/g;
- # recycle the commented '.func' directive for '.thumb_func'
+ # recycle the '.func' directive for '.thumb_func'
if ($thumb and $as_type =~ /^apple-/) {
$line =~ s/\.func/.thumb_func/x;
}
--
1.8.5.2 (Apple Git-48)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel