From: David Edelsohn Date: Wed, 30 Aug 1995 20:49:28 +0000 (+0000) Subject: * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=93dea4e68512d5fadf73af10ff44cad24b8664c9;p=deliverable%2Fbinutils-gdb.git * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns. (sparc_ip): Call them for asi, membar, and prefetch parsing. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f8b7c10ea7..aadf0e9374 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,12 @@ +Wed Aug 30 13:46:39 1995 Doug Evans + + * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns. + (sparc_ip): Call them for asi, membar, and prefetch parsing. + Tue Aug 29 15:45:37 1995 Doug Evans - * config/tc-sparc.c (sparc_ip): Clean up ASI support. + * config/tc-sparc.c (membar_masks): Deleted. + (sparc_ip): Clean up ASI and membar support. Tue Aug 29 13:20:27 1995 steve chamberlain