Bug 124649 - [arm_traditional] Build fails since r159545
Summary: [arm_traditional] Build fails since r159545
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108645
  Show dependency treegraph
 
Reported: 2013-11-20 02:48 PST by Julien Brianceau
Modified: 2013-11-20 10:30 PST (History)
7 users (show)

See Also:


Attachments
Add missing implementations in ARM_TRADITIONAL macro assembler. (3.26 KB, patch)
2013-11-20 02:54 PST, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-11-20 02:48:25 PST
The following implementations are missing in ARM_TRADITIONAL macro assembler since r159545:
- void memoryFence()
- void load8(const void*, RegisterID)
- void load8(const void*, RegisterID)
Comment 1 Julien Brianceau 2013-11-20 02:49:21 PST
- void store8(RegisterID, const void*)
Comment 2 Julien Brianceau 2013-11-20 02:54:07 PST
Created attachment 217412 [details]
Add missing implementations in ARM_TRADITIONAL macro assembler.
Comment 3 WebKit Commit Bot 2013-11-20 02:55:27 PST
Attachment 217412 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/assembler/ARMAssembler.h', u'Source/JavaScriptCore/assembler/MacroAssemblerARM.h']" exit_code: 1
Source/JavaScriptCore/assembler/ARMAssembler.h:233:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Commit Bot 2013-11-20 10:30:14 PST
Comment on attachment 217412 [details]
Add missing implementations in ARM_TRADITIONAL macro assembler.

Clearing flags on attachment: 217412

Committed r159571: <http://trac.webkit.org/changeset/159571>
Comment 5 WebKit Commit Bot 2013-11-20 10:30:16 PST
All reviewed patches have been landed.  Closing bug.