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

Issue 2107012: Update the verifier to work with both gold and ld produced binaries. (Closed)

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

Description

Update the verifier to work with both gold and ld produced binaries. Committed: http://code.google.com/p/nativeclient/source/detail?r=2308

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -20 lines) Patch
M src/trusted/service_runtime/elf_util.c View 1 1 chunk +20 lines, -20 lines 0 comments Download
M tests/barebones/nacl.scons View 3 4 1 chunk +11 lines, -0 lines 0 comments Download
A tests/prebuilt/arm/gold-barebones_hello_world.nexe View Binary file 0 comments Download

Messages

Total messages: 6 (0 generated)
espindola
10 years, 7 months ago (2010-05-20 15:18:45 UTC) #1
Mark Seaborn
http://codereview.chromium.org/2107012/diff/1/2 File src/trusted/service_runtime/elf_util.c (right): http://codereview.chromium.org/2107012/diff/1/2#newcode258 src/trusted/service_runtime/elf_util.c:258: /* We check p_vaddr instead of p_memsz because gold ...
10 years, 7 months ago (2010-05-20 15:57:36 UTC) #2
espindola
On 2010/05/20 15:57:36, Mark Seaborn wrote: > http://codereview.chromium.org/2107012/diff/1/2 > File src/trusted/service_runtime/elf_util.c (right): > > http://codereview.chromium.org/2107012/diff/1/2#newcode258 ...
10 years, 7 months ago (2010-05-20 16:17:21 UTC) #3
robertm
LGTM Either way is fine by me. On 2010/05/20 16:17:21, espindola wrote: > On 2010/05/20 ...
10 years, 7 months ago (2010-05-20 17:38:22 UTC) #4
espindola
10 years, 7 months ago (2010-05-20 18:42:20 UTC) #5
robertm
10 years, 7 months ago (2010-05-20 19:33:09 UTC) #6
LGTM

two nits

http://codereview.chromium.org/2107012/diff/14001/15002
File tests/barebones/nacl.scons (right):

http://codereview.chromium.org/2107012/diff/14001/15002#newcode77
tests/barebones/nacl.scons:77: out,
can you eliminate teh variable out by inlining

http://codereview.chromium.org/2107012/diff/14001/15002#newcode80
tests/barebones/nacl.scons:80: env.AddNodeToTestSuite(node, ['small_tests',
'sel_ldr_tests'], test)
test should be string, e.g.
'run_old-barebones_hello_world_test'

you can also omit this parameter

Powered by Google App Engine
This is Rietveld 408576698