* tc-sparc.c (default_arch_size): New static local.
authorDoug Evans <dje@google.com>
Mon, 20 Oct 1997 17:23:10 +0000 (17:23 +0000)
committerDoug Evans <dje@google.com>
Mon, 20 Oct 1997 17:23:10 +0000 (17:23 +0000)
commit595da85d72d82bf368f025175485f9c8471f53e3
tree46c395c1b9c445efe702d61c9ac2d96f3b0b249c
parent5efcd359258f3a10222cc9caa0addbaa6a85b724
* tc-sparc.c (default_arch_size): New static local.
(struct sparc_arch): Rename arch_size to default_arch_size.
New member user_option_p.
(sparc_arch_table): Always include v9, v9a.  New entry v9-64.
(init_default_arch): Check whether default arch is valid.
Set default_arch_size in addition to sparc_arch_size.
(OPTION_32,OPTION_64): Define.
(md_longopts): New entries for -32, -64.
(md_parse_option): Handle them.
(md_show_usage): Print them.  Ensure init_default_arch called.
gas/ChangeLog
gas/config/tc-sparc.c