Skip to content

Conversation

@sunfishcode
Copy link
Owner

The main code change is that rustix 1.0 has better signals support.

Nightly rust removed the #[start] feature, so remove the "no-std" example that used that. Other no-std options remain.

And it appears something in Rust changed how relocation of the _DYNAMIC symbol works, so switch the relocation code to using our assembler-defined version.

The main code change is that rustix 1.0 has better signals support.

Nightly rust removed the `#[start`] feature, so remove the "no-std"
example that used that. Other no-std options remain.

And it appears something in Rust changed how relocation of the
`_DYNAMIC` symbol works, so switch the relocation code to using
our assembler-defined version.
@sunfishcode sunfishcode merged commit 114acb7 into main Mar 6, 2025
9 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/rustix-1.0 branch March 6, 2025 22:30
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.

2 participants