On 06/09/15 20:37, Martin Storsjo wrote:
> ---
>  gas-preprocessor.pl | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
> index 750a4d0..c5a71fb 100755
> --- a/gas-preprocessor.pl
> +++ b/gas-preprocessor.pl
> @@ -979,6 +979,9 @@ sub handle_serialized_line {
>          $line =~ s/\.int/.long/x;
>          $line =~ s/\.float/.single/x;
>      }
> +    if ($as_type eq "apple-gas") {
> +        $line =~ s/vmrs\s+APSR_nzcv/fmrx r15/x;
> +    }
>      if ($as_type eq "armasm") {
>          $line =~ s/\.global/EXPORT/x;
>          $line =~ s/\.int/dcd/x;
> 

It does what the patch states that I can see.

Probably ok.

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

Reply via email to