coff-z80 reloc howto fixes
authorAlan Modra <amodra@gmail.com>
Wed, 8 Jun 2022 03:56:27 +0000 (13:26 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 8 Jun 2022 07:07:16 +0000 (16:37 +0930)
commit24d34d81eacbce13854d99f390240e6ad63d38a6
treed5a765a5978fc0e6115d5f86a8a2e81d24daeb25
parentff50916f8bce08829e3da5cc7d43c431105204c7
coff-z80 reloc howto fixes

Mostly cosmetic unless attempting to link coff-z80 into another output
format.

* coff-z80.c (howto_table <R_IMM24, R_WORD0, R_WORD1>): Correct size.
(extra_case): Use bfd_{get,put}_24 when applying R_IMM24.
bfd/coff-z80.c