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

Issue 2471883005: [SubZero] Generate MIPS.abiflags section (Closed)

Created:
4 years, 1 month ago by jaydeep.patil
Modified:
4 years, 1 month ago
CC:
native-client-reviews_googlegroups.com, rich.fuhler_imgtec.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[SubZero] Generate MIPS.abiflags section The patch generates MIPS.abiflags section. This section contains a versioned data structure with essential information required for loader to determine the requirements of the application. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=3da9f6571608b337af7c9d2ad9e0ca938bb49ae7

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -0 lines) Patch
M src/IceCompiler.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceELFObjectWriter.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M src/IceGlobalContext.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLowering.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 chunks +99 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
jaydeep.patil
4 years, 1 month ago (2016-11-03 06:36:26 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2471883005/diff/1/src/IceTargetLowering.h File src/IceTargetLowering.h (right): https://codereview.chromium.org/2471883005/diff/1/src/IceTargetLowering.h#newcode619 src/IceTargetLowering.h:619: virtual void emitTargetRODataSections() { return; } This doesn't need ...
4 years, 1 month ago (2016-11-03 13:23:40 UTC) #4
jaydeep.patil
https://codereview.chromium.org/2471883005/diff/1/src/IceTargetLowering.h File src/IceTargetLowering.h (right): https://codereview.chromium.org/2471883005/diff/1/src/IceTargetLowering.h#newcode619 src/IceTargetLowering.h:619: virtual void emitTargetRODataSections() { return; } On 2016/11/03 13:23:40, ...
4 years, 1 month ago (2016-11-04 04:34:47 UTC) #5
Jim Stichnoth
lgtm
4 years, 1 month ago (2016-11-04 05:51:08 UTC) #6
Jim Stichnoth
4 years, 1 month ago (2016-11-04 05:54:15 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3da9f6571608b337af7c9d2ad9e0ca938bb49ae7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698