inline asm: Accept 'p' constraint and 'P' template mod
commit253afeed1e822965804c0f5503bac057e68f08e8
authorMichael Matz <matz@suse.de>
Wed, 29 Jun 2016 16:31:45 +0000 (29 18:31 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:07 +0000 (15 17:47 +0100)
tree7cb211c05e6dd775a3ed06ee48739286778d7738
parent63e3ff7cca5437518f540261b34170ce80a47686
inline asm: Accept 'p' constraint and 'P' template mod

'p' is conservatively the same as 'r' and 'P' as template
modifier can be ignored in TCC.
i386-asm.c
tccasm.c
tests/tcctest.c