https://sourceware.org/bugzilla/show_bug.cgi?id=27246
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0318cca4934fc5d85e83351842985ad2a3475146 commit 0318cca4934fc5d85e83351842985ad2a3475146 Author: H.J. Lu <hjl.to...@gmail.com> Date: Thu Jan 28 04:21:15 2021 -0800 gold: Skip address size and segment selector for DWARF5 The .debug_line secton in DWARF5 has a byte for address size and a byte for segment selector after DWARF version. Skip them for DWARF5. PR gold/27246 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog): Skip address size and segment selector for DWARF5. -- You are receiving this mail because: You are on the CC list for the bug.