From 93dea4e68512d5fadf73af10ff44cad24b8664c9 Mon Sep 17 00:00:00 2001
From: David Edelsohn <dje.gcc@gmail.com>
Date: Wed, 30 Aug 1995 20:49:28 +0000
Subject: [PATCH] 	* config/tc-sparc.c (parse_keyword_arg,
 parse_const_expr_arg): New fns. 	(sparc_ip): Call them for asi, membar,
 and prefetch parsing.

---
 gas/ChangeLog | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index f8b7c10ea7c..aadf0e93744 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>