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

Issue 10067027: While adding MIPS support to breakpad I came across a few problems with the (Closed)

Created:
8 years, 8 months ago by Markus (顧孟勤)
Modified:
8 years, 8 months ago
Reviewers:
CC:
chromium-reviews, Markus (顧孟勤), Mark Seaborn
Visibility:
Public.

Description

While adding MIPS support to breakpad I came across a few problems with the current version of lss support: * LSS_ERRNO may involve a function call so LSS_RETURN must preserve $v0 value * syscall clobbers $25/t9 * __v0 needs "+r" constraint when it contains the system call number * Simplified and made consistent the O32 versions of syscall5/syscall6 * __r7 needs "+r" constraint in clone syscall * __r7/__v1 need "+r" constraint in pipe syscall AUTHOR=chris.jw.dearman Committed: https://code.google.com/p/linux-syscall-support/source/detail?r=10

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
Markus (顧孟勤)
8 years, 8 months ago (2012-04-13 01:30:44 UTC) #1

Powered by Google App Engine
This is Rietveld 408576698