Actions
Bug #18123
closedaddr2line.c: Define `SHF_COMPRESSED`
Bug #18123:
addr2line.c: Define `SHF_COMPRESSED`
Description
Currently, addr2line.c defines SHF_COMPRESSED as 0 if not defined. This is problematic because this results in treating sections as not compressed even if they really are. If not defined, SHF_COMPRESSED should be defined as (1 << 11) instead. A patch is attached for that.
Files
Actions