* coff-h8300.c (reloc_howto_type): Add howto entry for
authorJeff Law <law@redhat.com>
Fri, 3 May 1996 19:07:31 +0000 (19:07 +0000)
committerJeff Law <law@redhat.com>
Fri, 3 May 1996 19:07:31 +0000 (19:07 +0000)
commitc9f5444e0ae58e5fd15e084521c04248a21b2e9e
tree5366cf44e1d01d5e9e25f90380da554e9865f699
parentb16619991bf5d068d8d7469a6a8795d1a37b2945
    * coff-h8300.c (reloc_howto_type): Add howto entry for
        R_PCRWORD_B.
        (rtype2howto): Handle R_PCRWORD_B.
        (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
        (h8300_reloc_16_estimate): Likewise.  Try to turn a 16bit
        pc-relative branch (R_PCRWORD) into an 8bit pc-relative
        branch (R_PCWORD_B).
So we can turn 16bit pcrel branches into 8bit pcrel branches on the H8/300H.
HMSE.
bfd/ChangeLog
bfd/coff-h8300.c
This page took 0.025342 seconds and 4 git commands to generate.