* 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)
commit933fbc29d65808323354fd325f0589ca07f5fedf
treede4761b63a014590185db0994dd3d83a2387c69e
parentbd1ea41b84b00f2c19fa066a648878fdb8494a88
    * 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