You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#92029 - nikic:section-flags-fix, r=davidtwco
Use debug section for .rustc
For a data section, the object crate will set SHF_ALLOC by default, which is exactly what we don't want. Use a debug section instead, the same as we do for .rmeta.
I checked with `objdump -h` that this produces the right flags for ELF.
Fixesrust-lang#92013.
0 commit comments