* config/tc-tic80.c (build_insn): Handle instructions that have
authorFred Fish <fnf@specifix.com>
Sat, 13 Dec 1997 00:58:43 +0000 (00:58 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 13 Dec 1997 00:58:43 +0000 (00:58 +0000)
commit599ef811c38c8ef3fc46bce3b738d455b618eb28
treece68d7748414f8e010a07c6227260c2aa41b938c
parentc2a45746f854f92eb9d65eb73c45dba7773ee2e6
    * config/tc-tic80.c (build_insn): Handle instructions that have
        long (32 bit) PC relative offsets.  Fix places that previously
        misused R_MPPCR for 15 bit offsets to use the new R_MPPCR15W type.
        (md_apply_fix): Add case to handle long PC relative offsets.
PR 12927
gas/ChangeLog
gas/config/tc-tic80.c