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

Issue 6025010: [binutils] Fix tls transition check from R_X86_64_GOTTPOFF (Closed)

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

Description

[binutils] Fix tls transition check from R_X86_64_GOTTPOFF x86_64 linker expects either movq or addq there, while for NaCl we generate movl or addl. Fixed the check to accept movl and addl, the rewrite itself seems to work as is. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1278 TEST= Committed: http://git.chromium.org/gitweb/?p=nacl-toolchain.git;a=commit;h=471f6c4

Patch Set 1 #

Patch Set 2 : ready for code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M binutils/bfd/elf64-x86-64.c View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eaeltsin
9 years, 12 months ago (2010-12-29 15:28:31 UTC) #1
pasko-google - do not use
9 years, 12 months ago (2010-12-29 16:12:07 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698