ads2gas.pl: convert push/pop and whole keywords.
authorAhmad Sharif <asharif@google.com>
Thu, 8 Nov 2012 23:14:44 +0000 (15:14 -0800)
committerAhmad Sharif <asharif@google.com>
Thu, 8 Nov 2012 23:16:44 +0000 (15:16 -0800)
commit7ebcaeb0fa24299556805037bb64ad1a9018826a
treead1f62574f93bf216ee64851feb518202f11f6d3
parent4d9791e2b1de23538dbe1cc8b123f414ba3b9a7d
ads2gas.pl: convert push/pop and whole keywords.

This change converts push to stmdb and pop to ldmia. In addition word boundaries
are obeyed using \b avoiding substituion where not appropriate.

Patch provided by ihf@chromium.org.

TEST=Used on many Daisy assembly files.
BUG=None.

Change-Id: Ie5b197b158edd0467294551d0b640c8db6530d95
build/make/ads2gas.pl