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
Recently ran into a problem with segfaults (separate issue incoming... 😁 ) and discovered that the --debugout flag causes my ld to break and complain about a discarded .got.plt section. Worth noting these .o files are products of Rust. I managed to get it to link by removing the catch-all DISCARD in the linker script but then none of the debug symbols lined up.
I can provide objdumps or whatever of the two .o files and the /tmp/ stuff, just let me know what you'd want
The text was updated successfully, but these errors were encountered:
Recently ran into a problem with segfaults (separate issue incoming... 😁 ) and discovered that the --debugout flag causes my ld to break and complain about a discarded .got.plt section. Worth noting these .o files are products of Rust. I managed to get it to link by removing the catch-all DISCARD in the linker script but then none of the debug symbols lined up.
I can provide objdumps or whatever of the two .o files and the /tmp/ stuff, just let me know what you'd want
The text was updated successfully, but these errors were encountered: