commit | 42990701f938b9318e46102d9919ceb28e5b0e6d | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Tue Jan 20 21:14:37 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Jan 29 11:57:09 2009 +0900 |
tree | 495a86cf7d4528dbef351074f0b7c2ff21b61681 | |
parent | e4e3c3f17fdb78282e3d9b4af7ec90d6e65798eb [diff] |
sh: Relax inline assembly constraints When dereferencing the memory address contained in a register and modifying the value at that memory address, the register should not be listed in the inline asm outputs. The value at the memory address is an output (which is taken care of with the "memory" clobber), not the register. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>