RESOLVED FIXED 112663
Implement and32 on ARMv7 and ARM traditional platforms
https://bugs.webkit.org/show_bug.cgi?id=112663
Summary Implement and32 on ARMv7 and ARM traditional platforms
Csaba Osztrogonác
Reported 2013-03-18 23:43:11 PDT
http://trac.webkit.org/changeset/146164 broke the ARM traditional build because of missing add32 implementation: /home/webkitbuildbot/slaves/armQt5Release-buildonly/buildslave/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp: In member function 'void JSC::DFG::SpeculativeJIT::compileAdd(JSC::DFG::Node*)': /home/webkitbuildbot/slaves/armQt5Release-buildonly/buildslave/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:3136:88: error: no matching function for call to 'JSC::DFG::JITCompiler::and32(JSC::AbstractMacroAssembler<JSC::ARMAssembler>::Address, JSC::DFG::GPRReg&)'
Attachments
proposed fix (1.95 KB, patch)
2013-03-19 02:08 PDT, Gabor Rapcsanyi
no flags
Peter Gal
Comment 1 2013-03-19 00:01:27 PDT
Please rename the bug. The 'and32' is missing not the 'add32'.
Csaba Osztrogonác
Comment 2 2013-03-19 00:26:12 PDT
(In reply to comment #1) > Please rename the bug. The 'and32' is missing not the 'add32'. Done.
Gabor Rapcsanyi
Comment 3 2013-03-19 02:08:38 PDT
Created attachment 193765 [details] proposed fix
Zoltan Herczeg
Comment 4 2013-03-19 02:13:10 PDT
Comment on attachment 193765 [details] proposed fix r=me
WebKit Review Bot
Comment 5 2013-03-19 02:35:17 PDT
Comment on attachment 193765 [details] proposed fix Clearing flags on attachment: 193765 Committed r146195: <http://trac.webkit.org/changeset/146195>
WebKit Review Bot
Comment 6 2013-03-19 02:35:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.