-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Doc: explicits the .rodata section in std::str #18456
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
Conversation
The issue was filed about |
Ok, I see what you meant :) What I tried to do was just trying to make it easier to look for on the internet by making it more explicit. |
That's true in ELF, on x86, but iirc mips doesn't actually have a rodata segment. |
ELF is the norm in mips too (bare-metal C on mips is my day job :p ) |
Rust isn't artificially limited to platforms with an |
No worries, your explanation is clearer, I'll use it in a few minutes (I'm on another issue for now ;) ) |
(for example, there's no |
@thestinger taken into acount, and now ? |
Made the fact that rodata is a section of the executable more explicit Closes #18449
Made the fact that rodata is a section of the executable more explicit
Closes #18449