gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

Delete support for segment selectors #720

Closed philipc closed 2 months ago

philipc commented 3 months ago

segment selectors are deprecated in DWARF6, and we already don't properly support them in some other sections. https://dwarfstd.org/issues/220427.1.html

This will simplify adding support for different address types (#409).