Add RISC-V vxworks target specific constants#3935
Merged
Merged
Conversation
Collaborator
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Contributor
Author
|
r? @tgross35 |
biabbas
marked this pull request as ready for review
September 19, 2024 09:24
biabbas
force-pushed
the
riscv_vxworks
branch
from
September 19, 2024 09:43
57a0927 to
3fe9051
Compare
biabbas
marked this pull request as draft
September 20, 2024 05:53
biabbas
force-pushed
the
riscv_vxworks
branch
3 times, most recently
from
September 20, 2024 10:02
0d2bbac to
f8e3290
Compare
biabbas
force-pushed
the
riscv_vxworks
branch
2 times, most recently
from
September 20, 2024 12:54
cd498a2 to
f8e3290
Compare
biabbas
marked this pull request as ready for review
September 26, 2024 04:37
biabbas
force-pushed
the
riscv_vxworks
branch
5 times, most recently
from
September 30, 2024 03:59
b30cbe6 to
315a9df
Compare
biabbas
force-pushed
the
riscv_vxworks
branch
8 times, most recently
from
October 10, 2024 09:07
8f96e60 to
79a97c4
Compare
tgross35
force-pushed
the
riscv_vxworks
branch
from
October 14, 2024 01:16
79a97c4 to
dd20281
Compare
tgross35
enabled auto-merge
October 14, 2024 01:16
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Oct 16, 2024
(backport <rust-lang#3935>) (cherry picked from commit dd20281)
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VxWorks RISC-V target specific constants. New RISC-V vxworks target added in rust: rust-lang/rust#130549
This has to be released in stable for std support of these targets.
The reported bug rust-lang/rust#128582 can be closed if #3727 gets cherry picked.
Thank you.