Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Issue 3013058: [gcc] Prevent movsi from having 2 memory operands in x86_64 PIC. (Closed)

Created:
10 years, 4 months ago by eaeltsin
Modified:
9 years, 7 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

[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.

Patch Set 1 #

Patch Set 2 : ready for code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gcc/gcc/config/i386/i386.md View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
eaeltsin
10 years, 4 months ago (2010-08-04 06:04:39 UTC) #1
pasko-google - do not use
10 years, 4 months ago (2010-08-04 07:57:10 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698