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
Apparently the GNU tools expect VMA and LMA of .debug_info / .debug_abbrev to be zero. I'm not sure why we haven't seen this yet, but tromey reports this is crashing his copies of readelf and gdb. Odd!
Activity
graydon commentedon Aug 13, 2010
Zero LMA/VMA of debug sections in elf. Closed by 8149bb1.
Zero LMA/VMA of debug sections in elf. Closes rust-lang#148.
Merge pull request rust-lang#148 from dwrensha/write-bytes-intrinsic
Merge pull request rust-lang#148 from matthewjasper/dst-fix
Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, …
Merge pull request rust-lang#148 from bjorn3/dependabot/cargo/craneli…
Merge pull request rust-lang#148 from TheDan64/dependabot/cargo/stati…
Merge pull request rust-lang#148 from rust-lang/feature/packed-struct
query stack during panic
after ICE #112522Start the verification of `slice::Iter` (rust-lang#148)
Enable harnesses that were blocked by Kani's spurious CEX (rust-lang#211