Bug 130453 - [ARM64] GNU assembler doesn't work with LLInt arm64 backend.
Summary: [ARM64] GNU assembler doesn't work with LLInt arm64 backend.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108645 130506
  Show dependency treegraph
 
Reported: 2014-03-19 07:38 PDT by Gabor Rapcsanyi
Modified: 2014-03-24 08:24 PDT (History)
5 users (show)

See Also:


Attachments
proposed fix (2.33 KB, patch)
2014-03-19 07:42 PDT, Gabor Rapcsanyi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Rapcsanyi 2014-03-19 07:38:36 PDT
/tmp/ccqAa03b.s:579: Error: operand 1 should be a floating-point register -- `stp fp,lr,[sp,#-16]!'
/tmp/ccqAa03b.s:723: Error: operand 1 should be a floating-point register -- `ldp fp,lr,[sp],#16'
/tmp/ccqAa03b.s:734: Error: operand mismatch -- `sxtw x2,x2'
/tmp/ccqAa03b.s:1726: Error: operand mismatch -- `uxtw x23,x23'
Comment 1 Gabor Rapcsanyi 2014-03-19 07:42:38 PDT
Created attachment 227181 [details]
proposed fix
Comment 2 Zoltan Herczeg 2014-03-24 01:26:18 PDT
Makes sense. If noone has any objection, I will give an r+.
Comment 3 WebKit Commit Bot 2014-03-24 08:24:29 PDT
Comment on attachment 227181 [details]
proposed fix

Clearing flags on attachment: 227181

Committed r166166: <http://trac.webkit.org/changeset/166166>
Comment 4 WebKit Commit Bot 2014-03-24 08:24:32 PDT
All reviewed patches have been landed.  Closing bug.