On Sat, 13 Jun 2015, Martin Storsjo wrote:

---
gas-preprocessor.pl | 1 +
1 file changed, 1 insertion(+)

diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 31e3443..79e14f4 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -991,6 +991,7 @@ sub handle_serialized_line {
        # 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/.data/AREA |.data|, DATA, ALIGN=5/;

This should be \.data, fixed locally.

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

Reply via email to