Project

General

Profile

Bug #18123 ยป ruby-addr2line-define-SHF_COMPRESSED.patch

Correctly define `SHF_COMPRESSED` if not defined - xtkoba (Tee KOBAYASHI), 08/20/2021 11:17 AM

View differences:

addr2line.c
# define SUPPORT_COMPRESSED_DEBUG_LINE
# endif
#else /* compatibility with glibc < 2.22 */
# define SHF_COMPRESSED 0
# define SHF_COMPRESSED (1 << 11)
#endif
#ifndef PATH_MAX
    (1-1/1)