On 2019-01-11 15:24:56 +0200, Martin Storsjö wrote:
> ---
> gas-preprocessor.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
> index 4131c46..0137718 100755
> --- a/gas-preprocessor.pl
> +++ b/gas-preprocessor.pl
> @@ -1198,7 +1198,7 @@ sub handle_serialized_line {
> $line =~ s/\.arm/ARM/x;
> # The alignment in AREA is the power of two, just as .align in gas
> $line =~ s/\.text/AREA |.text|, CODE, READONLY, ALIGN=4, CODEALIGN/;
> - $line =~ s/(\s*)(.*)\.rodata/$1AREA |.rodata|, DATA, READONLY,
> ALIGN=5/;
> + $line =~ s/(\s*)(.*)\.ro?data/$1AREA |.rdata|, DATA, READONLY,
> ALIGN=5/;
> $line =~ s/\.data/AREA |.data|, DATA, ALIGN=5/;
> }
> if ($as_type eq "armasm" and $arch eq "arm") {
ok
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel