PR29963, PDP11 link produces spurious relocation truncated messages
authorPaul Koning <paulkoning@comcast.net>
Wed, 4 Jan 2023 22:29:00 +0000 (22:29 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 5 Jan 2023 04:03:27 +0000 (14:33 +1030)
commit38afcc0c69d2f547d47fdba12ed5b090ae2b976e
treeff18174f4e86476ecfb58e89a0ff4770aaa2909c
parentddfc4317d5b99c284bf112819f00f149f7e94600
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.
bfd/pdp11.c