]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
authorJeff Law <law@redhat.com>
Tue, 29 Oct 1996 19:32:56 +0000 (19:32 +0000)
committerJeff Law <law@redhat.com>
Tue, 29 Oct 1996 19:32:56 +0000 (19:32 +0000)
commita334533c1be607d4deea642e97f98f2a2d7a37d1
treed430e29ccec577a63a79965c7b8ee98bff71f06c
parent244558e3547f0ac1ce858df1f35fefe2cfc6c977
    * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
        * config/tc-v850.c: Fix some indention problems.
        (md_relax_table): Define for D9->D99 branch displacement
        relaxing.
        (md_convert_frag): Do something useful instead of aborting.
        (md_estimate_size_before_relax): Likewise.
        (md_assemble): Note if the matching instruction has a relaxable
        operand.  If it does, allocate frag with frag_var and don't
        do any fixups.
So we can do 9bit displacement to 22bit displacement relaxing.
gas/ChangeLog
gas/config/tc-v850.c
gas/config/tc-v850.h