WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
185464
[MIPS] Use mfhc1 and mthc1 to fix assembler error
https://bugs.webkit.org/show_bug.cgi?id=185464
Summary
[MIPS] Use mfhc1 and mthc1 to fix assembler error
Dominik Inführ
Reported
2018-05-08 22:23:16 PDT
[MIPS] Use mfhc1 and mthc1 to fix assembler error
Attachments
Patch
(1.96 KB, patch)
2018-05-08 22:27 PDT
,
Dominik Inführ
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dominik Inführ
Comment 1
2018-05-08 22:27:19 PDT
Created
attachment 339930
[details]
Patch
WebKit Commit Bot
Comment 2
2018-05-08 23:29:10 PDT
Comment on
attachment 339930
[details]
Patch Rejecting
attachment 339930
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 339930, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: ing rebase: :040000 040000 4dd5f054ca0fd1facf03faceff772d7f02351f71 5d2ee099462e6ac44ce4a6829a77d3db3d944b92 M Source Current branch master is up to date. ERROR: Not all changes have been committed into SVN, however the committed ones (if any) seem to be successfully integrated into the working tree. Please see the above messages for details. Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Updating OpenSource Current branch master is up to date. Full output:
http://webkit-queues.webkit.org/results/7620528
WebKit Commit Bot
Comment 3
2018-05-09 01:53:22 PDT
Comment on
attachment 339930
[details]
Patch Clearing flags on attachment: 339930 Committed
r231552
: <
https://trac.webkit.org/changeset/231552
>
WebKit Commit Bot
Comment 4
2018-05-09 01:53:23 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5
2018-05-09 01:54:18 PDT
<
rdar://problem/40086712
>
Loïc Yhuel
Comment 6
2018-05-23 08:40:38 PDT
This change breaks the build on MIPS32r1 (which doesn't support mfhc1 and mthc1). I assume the assembler error was on a -mfpxx or -mfp64 target, which runs (or should be able to run for -mfpxx) with FR=1 (f0..f31 are independent 64 bit registers). The original code is fine with -mfp32, running with FR=0 (f0..f31 are 32 bit registers, instructions operating on double use two even+odd register), which is the only mode supported on MIPS32r1.
https://dmz-portal.mips.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking
Dominik Inführ
Comment 7
2018-05-24 06:17:35 PDT
I've tried to fix that in
https://bugs.webkit.org/show_bug.cgi?id=185944
. What do you think?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug