* config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 30 Aug 1995 20:49:28 +0000 (20:49 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 30 Aug 1995 20:49:28 +0000 (20:49 +0000)
(sparc_ip): Call them for asi, membar, and prefetch parsing.

gas/ChangeLog

index f8b7c10..aadf0e9 100644 (file)
@@ -1,6 +1,12 @@
+Wed Aug 30 13:46:39 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * 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  <dje@canuck.cygnus.com>
 
-       * 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  <sac@slash.cygnus.com>