chiark / gitweb /
base/asm-common.h: Accept condition codes in ARM PIC macros.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 24 Jun 2016 00:17:20 +0000 (01:17 +0100)
commit2d03a881ef603023163e49d6bfb7f87afa469823
tree7afab6f1b8cc72103792a6b501b15bae6363b5e8
parent4f465486c37681b3e90108a28307cb7e145a8987
base/asm-common.h: Accept condition codes in ARM PIC macros.

Confusingly, the `leaext' macro already accepted a condition argument,
but did nothing with it.  Add the same argument to both (as the first
optional argument), and actually make the instructions be conditional.
base/asm-common.h