aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1997-09-07 07:35:50 +0000
committerRichard Henderson <rth@redhat.com>1997-09-07 07:35:50 +0000
commit4a04414acea793a319071b5e213178c2019709a2 (patch)
tree6afacb02c61ea1f737e2858e283e3c74a8698962 /gas/ChangeLog
parent8183bd07fd11757fcac586c26b19d9836496b492 (diff)
downloadgdb-4a04414acea793a319071b5e213178c2019709a2.zip
gdb-4a04414acea793a319071b5e213178c2019709a2.tar.gz
gdb-4a04414acea793a319071b5e213178c2019709a2.tar.bz2
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 933a2d48..ff72e83 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+Sun Sep 7 00:30:19 1997 Richard Henderson <rth@cygnus.com>
+
+ * 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 <fnf@ninemoons.com>
* read.h (s_lcomm_bytes): Add prototype (for real this time).