Bug 136753

Summary: [MIPS] abortWithReason missing
Product: WebKit Reporter: Alberto Garcia <berto>
Component: JavaScriptCoreAssignee: Julien Brianceau <jbriance>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add two missing abortWithReason implementations in mips macro assembler none

Description Alberto Garcia 2014-09-11 13:10:19 PDT
This is a follow-up to bug 136696.

abortWithReason() is missing for MIPS, what results in the following errors:

Source/JavaScriptCore/yarr/YarrJIT.cpp:1647:56: error: there are no arguments to 'abortWithReason' that depend on a template parameter, so a declaration of 'abortWithReason' must be available [-fpermissive]
Source/JavaScriptCore/yarr/YarrJIT.cpp:1703:56: error: there are no arguments to 'abortWithReason' that depend on a template parameter, so a declaration of 'abortWithReason' must be available [-fpermissive]
Source/JavaScriptCore/yarr/YarrJIT.cpp:1647:56: error: 'abortWithReason' was not declared in this scope
Source/JavaScriptCore/yarr/YarrJIT.cpp:1703:56: error: 'abortWithReason' was not declared in this scope
Source/JavaScriptCore/yarr/YarrJIT.cpp:1647:56: error: 'abortWithReason' was not declared in this scope
Source/JavaScriptCore/yarr/YarrJIT.cpp:1703:56: error: 'abortWithReason' was not declared in this scope

All this is happening if I disable the JIT compiler, if I try to enable it then there's several other missing functions and methods. I understand that it's not supported in MIPS?
Comment 1 Julien Brianceau 2016-01-07 08:02:32 PST
Created attachment 268452 [details]
Add two missing abortWithReason implementations in mips macro assembler
Comment 2 WebKit Commit Bot 2016-01-07 09:06:21 PST
Comment on attachment 268452 [details]
Add two missing abortWithReason implementations in mips macro assembler

Clearing flags on attachment: 268452

Committed r194699: <http://trac.webkit.org/changeset/194699>
Comment 3 WebKit Commit Bot 2016-01-07 09:06:26 PST
All reviewed patches have been landed.  Closing bug.