summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-03-19 19:10:46 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-03-19 19:10:46 -0700
commit6f4928101cefd948ccb41f78a237e337547ade57 (patch)
tree084aa66a96e7583f69aaab0ed971519c6fcdf787
parentb64d58c7737d61623ccae9bb3294be1248abc13f (diff)
parent5182befa492f4d1cf7e3c7b278cdeb85170abc9c (diff)
downloadlibvpx-6f4928101cefd948ccb41f78a237e337547ade57.tar
libvpx-6f4928101cefd948ccb41f78a237e337547ade57.tar.gz
libvpx-6f4928101cefd948ccb41f78a237e337547ade57.tar.bz2
libvpx-6f4928101cefd948ccb41f78a237e337547ade57.zip
Merge "ads2armasm_ms: Add an ALIGN 4 after ENDP"
-rwxr-xr-xbuild/make/ads2armasm_ms.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/ads2armasm_ms.pl b/build/make/ads2armasm_ms.pl
index 95c808403..61ffe8869 100755
--- a/build/make/ads2armasm_ms.pl
+++ b/build/make/ads2armasm_ms.pl
@@ -32,6 +32,7 @@ while (<STDIN>)
s/ldrneb/ldrbne/i;
s/ldrneh/ldrhne/i;
+ s/(ENDP.*)/$&\n ALIGN 4/;
print;
}