* config/tc-v850.c (md_pcrel_from): Delete unused function.
authorJeff Law <law@redhat.com>
Wed, 16 Oct 1996 06:21:23 +0000 (06:21 +0000)
committerJeff Law <law@redhat.com>
Wed, 16 Oct 1996 06:21:23 +0000 (06:21 +0000)
commitf964b01d903959abb9ccf666a111bb80b6f2da01
tree82cb81d81cc8f3ff388ec3f071a831a60f49f089
parent05f1baaa20dc6b0b62dbd414277e62556bc54cde
    * config/tc-v850.c (md_pcrel_from): Delete unused function.
        (md_pcrel_from_section): New function.
        * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
So we don't screw up pc-relative jumps/calls from one section
into another section within the same .o file.

Fixes global ctors/dtors to work with DECL_ONE_ONLY stuff.
gas/ChangeLog
gas/config/tc-v850.c
gas/config/tc-v850.h