https://sourceware.org/bugzilla/show_bug.cgi?id=29494
--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6f6f5b0adc9efd103c434fd316e8c880a259775d commit 6f6f5b0adc9efd103c434fd316e8c880a259775d Author: Alan Modra <amo...@gmail.com> Date: Tue Aug 23 16:18:25 2022 +0930 PR29494 Trailing jump table on ARM out_inc_line_addr and relax_inc_line_addr are passed INT_MAX as line_delta to flag end of section. This filters its way down to size_inc_line_addr and emit_inc_line_addr. Pass line_delta on to scale_addr_delta where it can be used to omit an unaligned opcode error. PR 29494 * dwarf2dbg.c (scale_addr_delta): Delete unnecessary forward decl. Add line_delta param. Don't print error at end of section, just round the address down. (size_inc_line_addr, emit_inc_line_addr): Adjust calls. -- You are receiving this mail because: You are on the CC list for the bug.