From 4a04414acea793a319071b5e213178c2019709a2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 7 Sep 1997 07:35:50 +0000 Subject: [PATCH] * 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 933a2d48931..ff72e8327aa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Sun Sep 7 00:30:19 1997 Richard Henderson + + * 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. + Sat Sep 6 19:38:12 1997 Fred Fish * read.h (s_lcomm_bytes): Add prototype (for real this time). -- 2.30.2