Skip to content

libffi: added ARM64 support for Windows#483

Closed
ossdev07 wants to merge 1 commit intolibffi:masterfrom
ossdev07:master
Closed

libffi: added ARM64 support for Windows#483
ossdev07 wants to merge 1 commit intolibffi:masterfrom
ossdev07:master

Conversation

@ossdev07
Copy link
Contributor

1. ported sysv.S to win64_armasm.S for armasm64 assembler
2. added msvc_build folder for visual studio solution
3. updated README.md for the same
4. MSVC solution created with the changes, and below test suites are tested
   with test script written in python.

   libffi.bhaible
   libffi.call
5. Basic functionality of above test suites are getting passed

Signed-off-by: ossdev07 [email protected]

    1. ported sysv.S to win64_armasm.S for armasm64 assembler
    2. added msvc_build folder for visual studio solution
    3. updated README.md for the same
    4. MSVC solution created with the changes, and below test suites are tested
       with test script written in python.

       libffi.bhaible
       libffi.call
    5. Basic functionality of above test suites are getting passed

Signed-off-by: ossdev07 <[email protected]>
@ossdev07
Copy link
Contributor Author

@atgreen as discussed in #462
we have updated changes on current master branch,
please review and merge.

void *x0;

asm volatile (
"adr %0, 0f\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's hard to tell what's going on here. Did you make whitespace changes (tabs/spaces)? Please try to remove the whitespace changes so we can see what's really going on.

Copy link
Member

@atgreen atgreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your patch! Please have a look at the comments.

AG

@driver1998
Copy link
Contributor

I enabled the current Windows port build environment (MSVC on Cygwin) for this port.
Appveyor CI is enabled as well.
ossdev07#1

@ossdev07
Copy link
Contributor Author

Thanks for your patch! Please have a look at the comments.

AG

Thanks for the review , i have applied all the comments
#486
please have a look and merge those changes ..

@paulmon
Copy link
Contributor

paulmon commented Aug 7, 2019

@ossdev07 I think this PR should be closed because #486 was merged

@ossdev07
Copy link
Contributor Author

ossdev07 commented Aug 8, 2019

closing this PR because #486 is merged ..

@ossdev07 ossdev07 closed this Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants