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

Issue 2852035: [gcc] Make nacl calls CALLs. (Closed)

Created:
10 years, 5 months ago by eaeltsin
Modified:
9 years, 7 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
ssh://git@chromiumos-git/nacl-toolchain.git
Visibility:
Public.

Description

[gcc] Make nacl calls CALLs. Change nacl calls from UNSPEC (fnaddr) to CALL (MEM (UNSPEC (fnaddr))). In places where gcc processes CALLs, we copy-pasted the code for nacl calls implemented via UNSPEC_NACLCALL. Now we remove these changes.

Patch Set 1 #

Patch Set 2 : ready for code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -60 lines) Patch
M gcc/gcc/config/i386/i386.c View 1 chunk +11 lines, -7 lines 0 comments Download
M gcc/gcc/config/i386/i386.md View 12 chunks +24 lines, -24 lines 0 comments Download
M gcc/gcc/dwarf2out.c View 1 chunk +1 line, -9 lines 0 comments Download
M gcc/gcc/final.c View 1 chunk +1 line, -2 lines 0 comments Download
M gcc/gcc/reg-stack.c View 1 chunk +3 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eaeltsin
10 years, 5 months ago (2010-06-30 08:36:04 UTC) #1
pasko-google - do not use
10 years, 5 months ago (2010-06-30 10:49:53 UTC) #2
LGTM

This is a very nice cleanup! Although this may theoretically affect I suggest
postponing it until we have a buildbot running.

Powered by Google App Engine
This is Rietveld 408576698