Ignore:
Timestamp:
Sep 3, 2014, 1:53:20 PM (11 years ago)
Author:
Julien Brianceau
Message:

Add missing implementations to fix build for sh4 architecture
https://bugs.webkit.org/show_bug.cgi?id=136455

Reviewed by Geoffrey Garen.

  • assembler/MacroAssemblerSH4.h:

(JSC::MacroAssemblerSH4::store8):
(JSC::MacroAssemblerSH4::moveWithPatch):
(JSC::MacroAssemblerSH4::branchAdd32):
(JSC::MacroAssemblerSH4::branch32WithPatch):
(JSC::MacroAssemblerSH4::abortWithReason):
(JSC::MacroAssemblerSH4::canJumpReplacePatchableBranch32WithPatch):
(JSC::MacroAssemblerSH4::startOfPatchableBranch32WithPatchOnAddress):
(JSC::MacroAssemblerSH4::revertJumpReplacementToPatchableBranch32WithPatch):

  • jit/AssemblyHelpers.h:

(JSC::AssemblyHelpers::emitFunctionPrologue):
(JSC::AssemblyHelpers::emitFunctionEpilogue):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r173215 r173222  
     12014-09-03  Julien Brianceau   <[email protected]>
     2
     3        Add missing implementations to fix build for sh4 architecture
     4        https://bugs.webkit.org/show_bug.cgi?id=136455
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * assembler/MacroAssemblerSH4.h:
     9        (JSC::MacroAssemblerSH4::store8):
     10        (JSC::MacroAssemblerSH4::moveWithPatch):
     11        (JSC::MacroAssemblerSH4::branchAdd32):
     12        (JSC::MacroAssemblerSH4::branch32WithPatch):
     13        (JSC::MacroAssemblerSH4::abortWithReason):
     14        (JSC::MacroAssemblerSH4::canJumpReplacePatchableBranch32WithPatch):
     15        (JSC::MacroAssemblerSH4::startOfPatchableBranch32WithPatchOnAddress):
     16        (JSC::MacroAssemblerSH4::revertJumpReplacementToPatchableBranch32WithPatch):
     17        * jit/AssemblyHelpers.h:
     18        (JSC::AssemblyHelpers::emitFunctionPrologue):
     19        (JSC::AssemblyHelpers::emitFunctionEpilogue):
     20
    1212014-09-03  Dan Bernstein  <[email protected]>
    222
Note: See TracChangeset for help on using the changeset viewer.