commit | 990fccd7ce0d756829b550de2240253956bf489a | [log] [tgz] |
---|---|---|
author | Evgeny Eltsin <eaeltsin@google.com> | Wed Aug 04 17:08:24 2010 |
committer | Evgeny Eltsin <eaeltsin@google.com> | Mon Nov 22 17:13:53 2010 |
tree | 7a91ed35e62ad777aaece3dca1e8bdabf206e235 | |
parent | af92547332f96dd6eeb3c7070ca33f759ae03b3d [diff] |
[gcc] Prevent movsi from having 2 memory operands in x86_64 PIC. The cause is that rip-based symbol references are treated as constants with "i" constraint, "e" seems to do the right job. Review URL: http://codereview.chromium.org/3013058