]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
pdp11 reloc processing
authorAlan Modra <amodra@gmail.com>
Thu, 20 Feb 2020 13:05:21 +0000 (23:35 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 21 Feb 2020 00:17:05 +0000 (10:47 +1030)
commit10a95fcc1f8fb621dfc82b1097336cc58a3574f5
treefc077d6886c9c078aa8643a97a5bd45e26c16814
parentdda2980f54a0c9437de047f3020f520dd1e0de6a
pdp11 reloc processing

This allows pdp11 to handle 32-bit fixups that can be applied by gas,
and improves the error message emitted when the required reloc isn't
available.

* config/tc-pdp11.c (md_apply_fix): Handle BFD_RELOC_32.
(tc_gen_reloc): Only give a BAD_CASE assertion on pcrel relocs.
gas/ChangeLog
gas/config/tc-pdp11.c