-
Notifications
You must be signed in to change notification settings - Fork 1.1k
linux: Make elf name type constants always available #3938
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Thanks for the PR! Are these also available through glibc? If so they should probably just go to |
Yeah, we already have them in
Let me give this a try:) |
eddedde
to
e40526a
Compare
Done:) |
e40526a
to
571b37c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Docs for reference https://man7.org/linux/man-pages/man5/elf.5.html |
…ng#3938) (backport <rust-lang#3938>) (cherry picked from commit 4ce03da)
What does this PR do
Adds some register set values for Linux/musl
Linux header: https://github.com/torvalds/linux/blob/88264981f2082248e892a706b2c5004650faac54/include/uapi/linux/elf.h#L378-L382
We can port this patch to the
libc-0.2
branch.