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

Add FreeBSD x86-64 support to runtime trap handler #1675

Closed
wants to merge 1 commit into from

Conversation

mashtizadeh
Copy link

This patch was not discussed in a PR. This is a small change implement support for FreeBSD x86-64.

@alexcrichton
Copy link
Member

Thanks for this! Ideally we wouldn't need a C shim here, so we're currently being careful about upstreaming support necessary into the libc crate. Can you be sure to do that so we can drop the C shim once libc is published and we update to that?

@valpackett
Copy link
Contributor

mcontext for libc is in this patch: rust-lang/libc#1630

@alexcrichton
Copy link
Member

Great! In that case mind rebasing this and I think we can merge?

@alexcrichton alexcrichton changed the base branch from master to main June 25, 2020 18:49
@cfallin
Copy link
Member

cfallin commented Feb 9, 2023

I'm cleaning up old PRs and I think we build cleanly on FreeBSD now; I'll go ahead and close this. If there are continued issues please do feel free to open PRs/issues as needed!

@cfallin cfallin closed this Feb 9, 2023
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.

None yet

4 participants