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

Issue 3656004: Allow building linux_syscall_support with Android NDK (Closed)

Created:
10 years, 2 months ago by Ted Mielczarek
Modified:
5 years, 6 months ago
Reviewers:
Markus (顧孟勤)
Visibility:
Public.

Description

This patch contains (mostly) minor fixes for compiling linux_syscall_suport with the Android NDK. The assembly changes are required for building with -mthumb-interwork or some such compiler flag, I've been assured that compilers will ignore them if they're unnecessary (and that newer toolchains would autogenerate them where necessary, but alas, not the NDK GCC).

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated with review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M lss/linux_syscall_support.h View 7 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Markus (顧孟勤)
http://codereview.chromium.org/3656004/diff/1/2 File linux_syscall_support.h (right): http://codereview.chromium.org/3656004/diff/1/2#newcode111 linux_syscall_support.h:111: #include <sys/syscall.h> Not sure why this is needed, but ...
10 years, 2 months ago (2010-10-12 18:29:09 UTC) #1
Ted Mielczarek
http://codereview.chromium.org/3656004/diff/1/2 File linux_syscall_support.h (right): http://codereview.chromium.org/3656004/diff/1/2#newcode111 linux_syscall_support.h:111: #include <sys/syscall.h> On 2010/10/12 18:29:09, Markus (顧孟勤) wrote: > ...
10 years, 2 months ago (2010-10-12 18:39:22 UTC) #2
Markus (顧孟勤)
http://codereview.chromium.org/3656004/diff/1/2 File linux_syscall_support.h (right): http://codereview.chromium.org/3656004/diff/1/2#newcode122 linux_syscall_support.h:122: /* The Android NDK #defines these. */ I see. ...
10 years, 2 months ago (2010-10-12 18:59:48 UTC) #3
Ted Mielczarek
I attached a new patch, but apparently upload.py didn't send mail for me.
10 years, 2 months ago (2010-10-12 23:54:53 UTC) #4
Markus (顧孟勤)
10 years, 2 months ago (2010-10-13 03:48:14 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698