This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is less
authorNick Clifton <nickc@redhat.com>
Mon, 18 Aug 2014 16:34:03 +0000 (17:34 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Aug 2014 16:34:03 +0000 (17:34 +0100)
commit3ce3a066e18b52c1b7c8da841e0416ecf687e1e5
tree703a32e6b1078f3b56858f1e18bd66a616f38325
parent3c8c5dcc9873798483c8abd6e614edb8ae1608a4
This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is less
than 4.  This affects DWARF debug info generation in particular.

* config/tc-rl78.c (md_apply_fix): Correct handling of small sized
RELOC_RL78_DIFF fixups.
gas/ChangeLog
gas/config/tc-rl78.c