https://sourceware.org/bugzilla/show_bug.cgi?id=27243
--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The binutils-2_36-branch branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0db21b8a2b97605206a034619ff6be5410b4cdb3 commit 0db21b8a2b97605206a034619ff6be5410b4cdb3 Author: H.J. Lu <hjl.to...@gmail.com> Date: Tue Jan 26 08:18:39 2021 -0800 nios2: Don't disable relaxation with --gdwarf-N GCC 11 passes --gdwarf-5 to assembler to enable DWARF5 debug info. Don't disable relaxation when --gdwarf-N is specified. The assembler generated debug information will treat the sequence of the relaxed instructions as a single instruction. PR gas/27243 * config/tc-nios2.c (md_begin): Don't disable relaxation with --gdwarf-N. * testsuite/gas/nios2/relax.d: New file. * testsuite/gas/nios2/relax.s: Likewise. (cherry picked from commit 1f583bc2fcb1b5c4125faf8b8e815255b2b21b62) -- You are receiving this mail because: You are on the CC list for the bug.