On Wed, 12 Mar 2014, Martin Storsjö wrote:

On Wed, 12 Mar 2014, Janne Grunau wrote:

On 2014-03-12 13:24:42 +0200, Martin Storsjö wrote:
@@ -533,7 +614,7 @@ foreach my $line (@pass1_lines) {
     }

if ($line =~ /^\s*((\w+\s*:\s*)?bl?x?(..)?(?:\.w)?|\.globl)\s+(\w+)/ and
-       $as_type ne "gas") {
+       $as_type !~ "gas|armasm") {

this also excludes apple-gas

Thanks for noting it, will fix

Actually, isn't most of this .thumb_func stuff apple specific? That is, we could change it into =~ /^apple-/ instead.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to