https://sourceware.org/bugzilla/show_bug.cgi?id=29963
--- Comment #5 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=38afcc0c69d2f547d47fdba12ed5b090ae2b976e commit 38afcc0c69d2f547d47fdba12ed5b090ae2b976e Author: Paul Koning <paulkon...@comcast.net> Date: Wed Jan 4 22:29:00 2023 +0000 PR29963, PDP11 link produces spurious relocation truncated messages PDP11 is a 16-bit processor with 16-bit logical addresses. Therefore wrapping should be allowed on the 16-bit relocs, and may as well be allowed for the 32-bit reloc too. PR 29963 * pdp11.c (howto_table_pdp11): Use complain_overflow_dont. -- You are receiving this mail because: You are on the CC list for the bug.