* config/tc-alpha.c (md_parse_option): Move m[] out to top level and
authorRichard Henderson <rth@redhat.com>
Sun, 7 Sep 1997 07:35:50 +0000 (07:35 +0000)
committerRichard Henderson <rth@redhat.com>
Sun, 7 Sep 1997 07:35:50 +0000 (07:35 +0000)
commit4a04414acea793a319071b5e213178c2019709a2
tree6afacb02c61ea1f737e2858e283e3c74a8698962
parent8183bd07fd11757fcac586c26b19d9836496b492
    * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
        rename to cpu_types[].
        (s_alpha_arch): New function.
        (md_pseudo_table): Add "arch".

        * config/tc-alpha.c (md_begin): Merge the two loops through the
        opcode table.
        (s_alpha_proc): Add initial SKIP_WHITESPACE.
        (s_alpha_set): Likewise.  Use get_symbol_end instead local while loop.
gas/ChangeLog