OSDN Git Service

* config/tc-s390.c (md_parse_option): Add cpu type z990.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 1 Jul 2003 14:45:37 +0000 (14:45 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 1 Jul 2003 14:45:37 +0000 (14:45 +0000)
commite3aa317dc0e449bd7dbe1d5ec3bfbab289ad70b9
treebd92a7a1e14a717ae09e45f63eefd22c6873b3ca
parentc2338b69a328a3f4921a75d0fba97fbd779a1158
    * config/tc-s390.c (md_parse_option): Add cpu type z990.
        (md_begin): Add minimal cpu type logic for instructions with different
        binary format depending on the cpu.
        (md_assemble): Remove check for minimal cpu.
        (s390_insert_operand): Add support for long displacements.
        (md_gather_operands): Likewise.
        (tc_s390_fix_adjustable): Likewise.
        (tc_s390_force_relocation): Likewise.
        (md_apply_fix3): Likewise.
gas/ChangeLog
gas/config/tc-s390.c