Changeset 173222 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 3, 2014, 1:53:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r173215 r173222 1 2014-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 1 21 2014-09-03 Dan Bernstein <[email protected]> 2 22
Note:
See TracChangeset
for help on using the changeset viewer.