diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-03 07:22:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-03 07:22:08 +0000 |
commit | 44a448bfe1707389e475034a16f7e7179ddacdde (patch) | |
tree | 7631927425ee6498df6db57a4d825f1b6491ddaf /usr.bin/tmux | |
parent | 8e0b86ed35fc943338c4e95e6ea9296110670dbd (diff) |
When running in pic mode we don't have enough general registers for all
the xcrypt inputs, hence the dance which is done to make this work.
The constraint for the key however was "mr" which is both from
memory and from a general register, it seems gcc3 went with the former
and gcc4 went with the later in the pic case, so change the
constraint for the key to just "m" which gives us more efficient
code that both gcc3 and gcc4 are happy with.
ok kettenis@
Diffstat (limited to 'usr.bin/tmux')
0 files changed, 0 insertions, 0 deletions