| Summary: | [ARM64] Fix assembler build issues and add cacheFlush support for Linux | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Gabor Rapcsanyi <rgabor> | ||||
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, fpizlo, oliver, ossy, zherczeg | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 108645, 130506 | ||||||
| Attachments: |
|
||||||
Created attachment 227280 [details]
proposed fix
Comment on attachment 227280 [details]
proposed fix
r=me
Comment on attachment 227280 [details] proposed fix Clearing flags on attachment: 227280 Committed r165961: <http://trac.webkit.org/changeset/165961> All reviewed patches have been landed. Closing bug. |
JavaScript Assembler build issues: * error: ‘INT_MIN’ was not declared in this scope * error: ‘bool shouldBlindForSpecificArch(uint64_t)’ previously defined here static bool shouldBlindForSpecificArch(uint64_t value) { return value >= 0x00ffffff; } * #error "The cacheFlush support is missing on this platform."