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

Issue 1908253003: [MIPS] Avoid using LA macro in inline assembly (Closed)

Created:
4 years, 8 months ago by lmilko
Modified:
4 years, 7 months ago
CC:
chromium-reviews, rickyz+watch_chromium.org, jln+watch_chromium.org, gordana.cmiljanovic_imgtec.com, nedeljko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MIPS] Avoid using LA macro in inline assembly LLVM's integrated assembler currently does not expand LA macro correctly for PIC mode. This change is replacing LA macro with appropriate instructions. BUG=130022 TEST=Build Chromium with Clang and integrated as TEST=Run sandbox_linux_unittests and components_browsertests Committed: https://crrev.com/debc30a9ec8f98222193b102abc4d57fec915a83 Cr-Commit-Position: refs/heads/master@{#391527}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment regarding LA macro #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M sandbox/linux/seccomp-bpf/syscall.cc View 1 4 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
lmilko
Please take a look.
4 years, 8 months ago (2016-04-22 11:58:40 UTC) #2
petarj
lgtm but someone else must approve this as well, as I am not one of ...
4 years, 8 months ago (2016-04-22 13:25:12 UTC) #4
lmilko
@mdempsky can you please take a look.
4 years, 7 months ago (2016-04-28 10:23:21 UTC) #5
mdempsky
lgtm with nit https://codereview.chromium.org/1908253003/diff/1/sandbox/linux/seccomp-bpf/syscall.cc File sandbox/linux/seccomp-bpf/syscall.cc (right): https://codereview.chromium.org/1908253003/diff/1/sandbox/linux/seccomp-bpf/syscall.cc#newcode210 sandbox/linux/seccomp-bpf/syscall.cc:210: "lw $v0, %got(2f)($gp)\n" Please add a ...
4 years, 7 months ago (2016-04-28 16:02:13 UTC) #6
lmilko
Uploaded new patch set. https://codereview.chromium.org/1908253003/diff/1/sandbox/linux/seccomp-bpf/syscall.cc File sandbox/linux/seccomp-bpf/syscall.cc (right): https://codereview.chromium.org/1908253003/diff/1/sandbox/linux/seccomp-bpf/syscall.cc#newcode210 sandbox/linux/seccomp-bpf/syscall.cc:210: "lw $v0, %got(2f)($gp)\n" On 2016/04/28 ...
4 years, 7 months ago (2016-05-04 15:13:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908253003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908253003/20001
4 years, 7 months ago (2016-05-04 15:14:22 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-04 16:12:47 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 16:14:00 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/debc30a9ec8f98222193b102abc4d57fec915a83
Cr-Commit-Position: refs/heads/master@{#391527}

Powered by Google App Engine
This is Rietveld 408576698