Bug 127856

Summary: Fix the ARM traditional build after jsCStack branch merge
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Blocker CC: jbriance, ossy, p.jacquemart, rgabor
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645, 127763    

Description Csaba Osztrogonác 2014-01-29 14:28:46 PST
The merge broke the ARM traditional build, because only x86, 
ARM Thumb2 and ARM64 assembler backend was updated for the merge.
Comment 1 Csaba Osztrogonác 2014-01-30 03:38:49 PST
build log: 
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionPrologue()':
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:116:52: error: 'pushPair' was not declared in this scope
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionEpilogue()':
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:123:51: error: 'popPair' was not declared in this scope
Comment 2 Julien Brianceau 2014-01-30 04:29:47 PST
Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904
Comment 3 Csaba Osztrogonác 2014-01-30 04:34:36 PST
(In reply to comment #2)
> Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904
Thanks for noticing it.

*** This bug has been marked as a duplicate of bug 127904 ***