Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve FreeBSD / generic posix support #18063

Merged
merged 2 commits into from
Aug 18, 2016
Merged

improve FreeBSD / generic posix support #18063

merged 2 commits into from
Aug 18, 2016

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 16, 2016

  • add libuv patch


$ gmake FC=gfortran47
$ echo 'FC=gfortran6` >> Make.user
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't be a backtick

@vtjnash vtjnash merged commit adecd73 into master Aug 18, 2016
@vtjnash vtjnash deleted the jn/freebsd branch August 18, 2016 15:19
@vtjnash vtjnash changed the title WIP: improve FreeBSD / generic posix support improve FreeBSD / generic posix support Aug 18, 2016
@vtjnash
Copy link
Member Author

vtjnash commented Aug 18, 2016

@tkelman I'll leave it up to you whether you want to backport this now, or wait to see if FreeBSD users submit more patches

@@ -84,12 +84,24 @@ static void jl_call_in_ctx(jl_ptls_t ptls, void (*fptr)(void), void *_ctx)
*(void**)rsp = NULL;
ctx->uc_mcontext.gregs[REG_RSP] = rsp;
ctx->uc_mcontext.gregs[REG_RIP] = (uintptr_t)fptr;
#elif defined(_OS_FREEBSD_) && defined(_CPU_X86_64_)
Copy link
Contributor

Choose a reason for hiding this comment

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

This change and the other 2 sections in jl_call_in_ctx do not backport cleanly to release-0.5 since #17727 was not backported. Okay to just not change jl_call_in_ctx at all there?

Copy link
Member Author

Choose a reason for hiding this comment

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

If this code doesn't exist here, there shouldn't be anything to fix

tkelman pushed a commit that referenced this pull request Aug 20, 2016
(cherry picked from commit 6a62d30)
ref #18063

Conflicts:
	src/signals-unix.c

Not including changes to jl_call_in_ctx in this file because those
changes were part of #17727
which has not been backported to release-0.5 at this time.
tkelman added a commit that referenced this pull request Aug 20, 2016
[ci skip]
(cherry picked from commit d3951aa)
ref #18063
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